mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 12:43:06 +08:00
Add new button style
This commit is contained in:
parent
792e6f2eb9
commit
46e7de0c25
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,7 @@ $color-black: #000;
|
|||
// Theme colors
|
||||
$brand-default: $color-white;
|
||||
$brand-primary: #37a0d9;
|
||||
$brand-primary-new: #104da9;
|
||||
$brand-success: #2dbe61;
|
||||
$brand-info: #5bc0de;
|
||||
$brand-warning: #f0ad4e;
|
||||
|
@ -126,6 +127,9 @@ $btn-default-border: $color-silver;
|
|||
$btn-primary-color: $color-white;
|
||||
$btn-primary-bg: $brand-success;
|
||||
$btn-primary-border: darken($btn-primary-bg, 5%);
|
||||
$btn-primary-new-color: $color-white;
|
||||
$btn-primary-new-bg: $brand-primary-new;
|
||||
$btn-primary-new-border: darken($brand-primary-new, 5%);
|
||||
$btn-success-color: $color-white;
|
||||
$btn-success-bg: $brand-success;
|
||||
$btn-success-border: darken($btn-success-bg, 5%);
|
||||
|
|
Loading…
Reference in a new issue