mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-10 01:41:07 +00:00
16 lines
307 B
SCSS
16 lines
307 B
SCSS
@import '../../core/stylesheets/variables.scss';
|
|
|
|
.md-button-toggle {
|
|
.md-button {
|
|
&:not([disabled]) {
|
|
color: rgba(#000, .54);
|
|
|
|
&:hover:not(.md-toggle) {
|
|
&:not(.md-raised) {
|
|
background-color: rgba(#999, .2);
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|