Rework progress demos (fixes #660)
parent
72e7770198
commit
e5c17e2a28
|
@ -186,6 +186,7 @@ categories:
|
||||||
- caption: Default
|
- caption: Default
|
||||||
file: progress-default.html
|
file: progress-default.html
|
||||||
demo_file: progress-default-demo.html
|
demo_file: progress-default-demo.html
|
||||||
|
- snippet_group:
|
||||||
- caption: Indeterminate
|
- caption: Indeterminate
|
||||||
file: progress-indeterminate.html
|
file: progress-indeterminate.html
|
||||||
demo_file: progress-indeterminate-demo.html
|
demo_file: progress-indeterminate-demo.html
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<style>
|
<style>
|
||||||
.progress-demo {
|
.progress-demo {
|
||||||
width: 100px;
|
width: 50vw;
|
||||||
|
max-width: 260px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<style>
|
<style>
|
||||||
.progress-demo {
|
.progress-demo {
|
||||||
width: 100px;
|
width: 50vw;
|
||||||
|
max-width: 260px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
<style>
|
<style>
|
||||||
.progress-demo {
|
.progress-demo {
|
||||||
width: 100px;
|
width: 50vw;
|
||||||
|
max-width: 260px;
|
||||||
|
margin: 60px 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue