mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
23 lines
402 B
SCSS
23 lines
402 B
SCSS
@import "src/styles/variables.scss";
|
|
|
|
.wrap {
|
|
@include outer_shadow;
|
|
|
|
background: url('/images/boris_lab.svg') 50% 50% no-repeat;
|
|
background-size: cover;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: stretch;
|
|
border-radius: $radius;
|
|
padding: $gap;
|
|
}
|
|
|
|
.title {
|
|
font: $font_24_bold;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.content {
|
|
font: $font_14_regular;
|
|
line-height: 19px;
|
|
}
|