mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
colors
This commit is contained in:
parent
c67107bd95
commit
809c08456b
3 changed files with 5 additions and 4 deletions
|
@ -11,6 +11,7 @@ $red_gradient: linear-gradient(165deg, $orange -50%, $red 150%);
|
|||
$blue_gradient: linear-gradient(170deg, $green, $dark_blue);
|
||||
$green_gradient: linear-gradient(170deg, $olive -20%, $grass 120%);
|
||||
$purple_gradient: linear-gradient(170deg, $red, $dark_blue);
|
||||
$cyan_gradient: linear-gradient(260deg, #3c75ff -50%, #7b2653 150%);
|
||||
//$color_yellow: complement($color_red);
|
||||
//$color_yellow: yellow;
|
||||
|
||||
|
@ -31,7 +32,7 @@ $text_big: 20px;
|
|||
$text_sign: 22px;
|
||||
|
||||
$input_bg_color: transparentize(black, 0.8);
|
||||
$button_bg_color: $red_gradient;
|
||||
$button_bg_color: $cyan_gradient;
|
||||
|
||||
$comment_bg: lighten($main_bg_color, 0%);
|
||||
$panel_bg: transparent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue