[Improvement] Button: add warning type (#1558)
This commit is contained in:
@@ -3,7 +3,7 @@ $black: #000;
|
||||
$white: #fff;
|
||||
$red: #f44;
|
||||
$blue: #38f;
|
||||
$orange: #f60;
|
||||
$orange: #f85;
|
||||
$green: #06bf04;
|
||||
$gray: #c9c9c9;
|
||||
$gray-light: #e5e5e5;
|
||||
@@ -26,6 +26,9 @@ $button-primary-border-color: #4b0;
|
||||
$button-danger-color: $white;
|
||||
$button-danger-background-color: $red;
|
||||
$button-danger-border-color: $red;
|
||||
$button-warning-color: $white;
|
||||
$button-warning-background-color: $orange;
|
||||
$button-warning-border-color: $orange;
|
||||
$button-disabled-color: $gray-dark;
|
||||
$button-disabled-background-color: $active-color;
|
||||
$button-disabled-border-color: $border-color;
|
||||
|
||||
Reference in New Issue
Block a user