.primary {
.normal();
background: @color-button-emphasis-background-rest;
color: @color-button-emphasis-text;
border: none;
&:hover:not(.disabled) {
// class selector used in component viewer
background: @color-button-emphasis-background-hover;
color: @color-button-emphasis-text;
}
&:active:not(.disabled) {
// class selector used in component viewer
background: @color-button-emphasis-background-active;
color: @color-button-emphasis-text;
}
.primaryInverted {
.normal();
.round-edges(@xsmall-button-height);