Update index.scss
parent
1e64435374
commit
51ff35b344
|
@ -40,14 +40,20 @@
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.button-alternative {
|
&.button-primary,
|
||||||
|
&.button-alternative,
|
||||||
|
&.button-secondary,
|
||||||
|
&.button-alternative-2 {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
height: auto;
|
height: auto;
|
||||||
color: $ui-base-color;
|
|
||||||
background: $ui-primary-color;
|
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
padding: 4px 16px;
|
padding: 4px 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.button-alternative {
|
||||||
|
color: $ui-base-color;
|
||||||
|
background: $ui-primary-color;
|
||||||
|
|
||||||
&:active,
|
&:active,
|
||||||
&:focus,
|
&:focus,
|
||||||
|
@ -56,6 +62,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.button-alternative-2 {
|
||||||
|
background: $ui-base-lighter-color;
|
||||||
|
|
||||||
|
&:active,
|
||||||
|
&:focus,
|
||||||
|
&:hover {
|
||||||
|
background-color: lighten($ui-base-lighter-color, 4%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.button-secondary {
|
&.button-secondary {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
|
|
Loading…
Reference in New Issue