1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
vault-frontend/src/components/containers/Card/styles.module.scss
2022-08-14 15:19:54 +07:00

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;
}
}