1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
vault-frontend/src/components/boris/BorisUIDemo/styles.module.scss
2022-01-09 20:31:58 +07:00

14 lines
218 B
SCSS

@import "src/styles/variables.scss";
.card {
flex: 3;
align-self: stretch;
position: relative;
z-index: 1;
padding: 20px 30px;
background-color: lighten($content_bg, 4%);
}
.sample {
flex-wrap: wrap;
}