mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-08 15:34:43 +00:00
19 lines
279 B
Text
19 lines
279 B
Text
.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'}
|
|
}
|
|
}
|
|
}
|
|
}
|