vue-material/src/components/mdSpinner/mdSpinner.theme

20 lines
279 B
Text
Raw Normal View History

2016-12-12 04:56:44 +00:00
.THEME_NAME {
&.md-spinner {
.md-spinner-path {
stroke: #{'PRIMARY-COLOR'}
}
&.md-accent {
.md-spinner-path {
stroke: #{'ACCENT-COLOR'}
}
}
&.md-warn {
.md-spinner-path {
stroke: #{'WARN-COLOR'}
}
}
}
}