button.scss (410B)
1 @value buttonPrimaryColor, buttonPrimaryBackgroundColor, buttonPrimaryDisabledBackgroundColor from "./variables.scss"; 2 3 @value button-border-radius: 4px; 4 @value button-squared-min-width: 12em; 5 6 .primary { 7 float: right; 8 color: buttonPrimaryColor !important; 9 background-color: buttonPrimaryBackgroundColor !important; 10 11 &.flat { 12 background-color: buttonPrimaryDisabledBackgroundColor !important; 13 } 14 }