@ -40,14 +40,20 @@
cursor: default;
}
&.button-alternative {
&.button-primary,
&.button-alternative,
&.button-secondary,
&.button-alternative-2 {
font-size: 16px;
line-height: 36px;
height: auto;
color: $ui-base-color;
background: $ui-primary-color;
text-transform: none;
padding: 4px 16px;
&:active,
&:focus,
@ -56,6 +62,16 @@
background: $ui-base-lighter-color;
&:hover {
background-color: lighten($ui-base-lighter-color, 4%);
&.button-secondary {