1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed login screen shadow

This commit is contained in:
muerwre 2019-04-04 20:31:38 +07:00
parent ed9cf19bf4
commit 62e72d166f

View file

@ -25,6 +25,6 @@
align-items: stretch;
justify-content: stretch;
background: rgba(0,0,0,0.1);
box-shadow: inset rgba(0,0,0,0.3) 0 0 0 1px;
//@include outer_shadow();
@include outer_shadow();
}