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

added text input

This commit is contained in:
muerwre 2019-07-30 12:10:37 +07:00
parent 5aca2508ea
commit 578b37716b
7 changed files with 527 additions and 0 deletions

View file

@ -58,6 +58,10 @@ $node_shadow: transparentize(black, 0.8) 1px 2px;
$tag_height: 22px;
$input_shadow: inset white 0 0 0 1px;
$input_shadow_error: inset $red 0 0 0 1px;
$input_shadow_filled: $input_shadow;
@mixin outer_shadow() {
box-shadow: inset transparentize(white, 0.95) 0 1px,
inset transparentize(black, 0.5) 0 -1px;