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

#23 fixed lab shadows

This commit is contained in:
Fedor Katurov 2021-03-22 17:21:35 +07:00
parent b761849432
commit 10729de375
8 changed files with 40 additions and 7 deletions

View file

@ -15,3 +15,11 @@
.heroes {
margin-top: -$gap;
}
.card {
@include lab_shadow;
border-radius: $radius;
background-color: $comment_bg;
padding: $gap;
}