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

made inset lab filters

This commit is contained in:
Fedor Katurov 2022-03-24 18:15:32 +07:00
parent 2f8ce82325
commit 26a061026f
2 changed files with 9 additions and 7 deletions

View file

@ -1,11 +1,11 @@
@import "src/styles/variables.scss";
.wrap {
@include outer_shadow;
@include inner_shadow;
border-radius: $radius;
background-color: $content_bg;
padding: $gap * 0.5;
padding: 0 $gap * 0.5;
}
.group {
@ -18,6 +18,6 @@
}
& > * {
margin: $gap * 0.5;
padding: $gap;
}
}