mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
14 lines
218 B
SCSS
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;
|
|
}
|