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
|
@ -58,7 +58,7 @@ $node_shadow: transparentize(black, 0.8) 1px 2px;
|
|||
|
||||
$tag_height: 22px;
|
||||
|
||||
$input_shadow: inset white 0 0 0 1px;
|
||||
$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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue