* Make button text black * Remove custom white text for warning buttons
This commit is contained in:
parent
b89353b76c
commit
cdada37e3a
2 changed files with 2 additions and 6 deletions
|
@ -6,10 +6,6 @@
|
|||
border-radius: 1000px;
|
||||
}
|
||||
|
||||
&.warning {
|
||||
color: $white;
|
||||
}
|
||||
|
||||
&.grey-btn {
|
||||
color: $color-gray;
|
||||
|
||||
|
|
|
@ -270,8 +270,8 @@ $button-margin: 0 0 $global-margin 0;
|
|||
$button-fill: solid;
|
||||
$button-background: $primary-color;
|
||||
$button-background-hover: scale-color($button-background, $lightness: -15%);
|
||||
$button-color: $white;
|
||||
$button-color-alt: $white;
|
||||
$button-color: $black;
|
||||
$button-color-alt: $black;
|
||||
$button-radius: $global-radius;
|
||||
$button-sizes: (
|
||||
tiny: $font-size-micro,
|
||||
|
|
Loading…
Reference in a new issue