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

fixed grey button color

This commit is contained in:
Fedor Katurov 2019-10-21 20:32:24 +07:00
parent f40aad7b7a
commit e5c5089067
5 changed files with 6 additions and 3 deletions

View file

@ -68,7 +68,7 @@ $input_shadow_error: inset $red 0 0 0 1px;
$input_shadow_filled: $input_shadow;
@mixin outer_shadow() {
box-shadow: inset transparentize(white, 0.95) 1px 1px, transparentize(black, 0.8) -1px -1px;
box-shadow: inset transparentize(white, 0.95) 0 1px, transparentize(black, 0.8) -1px -1px;
}
@mixin inner_shadow() {