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:
parent
5aca2508ea
commit
578b37716b
7 changed files with 527 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue