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

added sidebar stack shadows

This commit is contained in:
Fedor Katurov 2022-01-17 11:44:25 +07:00
parent d4f57a97d8
commit 155138a5dd

View file

@ -9,7 +9,7 @@
}
.card {
box-shadow: transparentize(white, 0.9) -1px 0;
box-shadow: transparentize(white, 0.9) -1px 0, transparentize(black, 0.7) -5px 0 15px;
border-radius: $radius 0 0 $radius;
display: flex;
flex-direction: column;