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:
parent
2f8ce82325
commit
26a061026f
2 changed files with 9 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue