mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-30 12:50:37 +00:00
15 lines
209 B
Text
15 lines
209 B
Text
.THEME_NAME {
|
|
.md-button {
|
|
&.md-primary {
|
|
background-color: PRIMARY;
|
|
|
|
&:hover {
|
|
background-color: ACCENT;
|
|
}
|
|
}
|
|
|
|
&.md-accent {
|
|
background-color: ACCENT;
|
|
}
|
|
}
|
|
}
|