Merge pull request #4817 from enniel/fix-spinner-styles

fix spinner styles
This commit is contained in:
Sérgio Gomes 2016-12-07 11:37:16 +00:00 committed by GitHub
commit 7c7b448d9f

View File

@ -192,6 +192,14 @@
overflow: hidden;
border-color: inherit;
&.mdl-spinner__left {
float: left;
}
&.mdl-spinner__right {
float: right;
}
& .mdl-spinner__circle {
width: 200%;
}