mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
13 lines
198 B
SCSS
13 lines
198 B
SCSS
@import 'src/styles/variables';
|
|
|
|
.card {
|
|
background-color: $content_bg;
|
|
border-radius: $panel_radius;
|
|
padding: $gap;
|
|
|
|
@include outer_shadow();
|
|
|
|
&:global(.seamless) {
|
|
padding: 0;
|
|
}
|
|
}
|