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

moved login dialog padding to variable

This commit is contained in:
Fedor Katurov 2020-08-20 10:35:55 +07:00
parent 70e08b286d
commit 358b197c19
3 changed files with 4 additions and 2 deletions

View file

@ -77,6 +77,8 @@ $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;
$login_dialog_padding: $gap $gap 30px $gap;
@mixin outer_shadow() {
box-shadow: inset transparentize(white, 0.95) 0 1px, transparentize(black, 0.8) -1px -1px;
}