mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
tags
This commit is contained in:
parent
163a46ace2
commit
b8b1e49d94
11 changed files with 176 additions and 48 deletions
|
@ -1,6 +1,9 @@
|
|||
$color_red: #ff3344;
|
||||
$color_yellow: #ffd60f;
|
||||
$color_blue: complement($color_red);
|
||||
$red: #ff3344;
|
||||
$yellow: #ffd60f;
|
||||
$dark_blue: #3c75ff;
|
||||
$blue: #3ca1ff;
|
||||
$green: #00d2b9;
|
||||
$olive: #8bc12a;
|
||||
//$color_yellow: complement($color_red);
|
||||
//$color_yellow: yellow;
|
||||
|
||||
|
@ -19,7 +22,7 @@ $text_big: 20px;
|
|||
$text_sign: 22px;
|
||||
|
||||
$input_bg_color: transparentize(black, 0.8);
|
||||
$button_bg_color: #ff3344;
|
||||
$button_bg_color: $red;
|
||||
|
||||
$comment_bg: #191919;
|
||||
$panel_bg: #191919;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue