yunser-ui-vue
Version:
material design ui for vue2
25 lines (20 loc) • 494 B
text/less
// raisedButton
.mu-raised-button{
background-color: @raisedButtonColor;
color: @raisedButtonTextColor;
&.hover {
.mu-raised-button-wrapper {
background-color: fade(@raisedButtonTextColor, 10%);
}
}
&.disabled{
color: @raisedButtonDisabledTextColor;
background-color: @raisedButtonDisabledColor;
}
}
.mu-raised-button-primary{
background-color: @raisedButtonPrimaryColor;
}
.mu-raised-button-secondary{
background-color: @raisedButtonSecondaryColor;
}