Update progress demos
parent
80bd1c8700
commit
ae8a7de7c3
|
@ -1,5 +1,5 @@
|
|||
<style>
|
||||
.progress-demo {
|
||||
.demo-progress__progress-buffering .mdl-progress {
|
||||
width: 50vw;
|
||||
max-width: 260px;
|
||||
}
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
<style>
|
||||
.progress-demo {
|
||||
.demo-progress__progress-default .mdl-progress {
|
||||
width: 50vw;
|
||||
max-width: 260px;
|
||||
}
|
||||
</style>
|
||||
|
||||
{% include "progress-default.html" %}
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
<style>
|
||||
.progress-demo {
|
||||
.demo-progress__progress-indeterminate .mdl-progress {
|
||||
width: 50vw;
|
||||
max-width: 260px;
|
||||
margin: 60px 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
{% include "progress-indeterminate.html" %}
|
||||
|
|
Loading…
Reference in New Issue