1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed modal backdrops on safari and placeholders

This commit is contained in:
Fedor Katurov 2022-01-27 18:57:33 +07:00
parent 7f57c10f0c
commit 145b601a96
4 changed files with 10 additions and 7 deletions

View file

@ -5,7 +5,7 @@ $input_text_color: #bbbbbb;
$input_shadow: inset transparentize(white, 0.9) 0 0 0 1px;
$input_shadow_error: inset $red 0 0 0 1px;
$input_shadow_filled: $input_shadow;
$input_font: $font_16_semibold;
$input_font: $font_16_medium;
$input_placeholder_font: $font_16_medium;
$input_bg_color: darken($content_bg, 2%);
$input_grey_color: #444444;