mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed text inputs
This commit is contained in:
parent
3ba862ee5e
commit
7ae8205e27
5 changed files with 34 additions and 22 deletions
|
@ -31,7 +31,7 @@ $text_small: 14px;
|
|||
$text_big: 20px;
|
||||
$text_sign: 22px;
|
||||
|
||||
$input_bg_color: transparentize(black, 0.8);
|
||||
$input_bg_color: darken($content_bg, 2%);
|
||||
$button_bg_color: $red_gradient;
|
||||
|
||||
$comment_bg: lighten($main_bg_color, 0%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue