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

rotated colors

This commit is contained in:
muerwre 2019-07-29 19:13:16 +07:00
parent 0941253b1c
commit 6547f3bed0
10 changed files with 82 additions and 43 deletions

View file

@ -1,6 +1,11 @@
.card {
background-color: #111111;
border-radius: $panel_radius;
padding: $gap;
@include outer_shadow();
&:global(.seamless) {
padding: 0;
}
}