mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
19 lines
285 B
SCSS
19 lines
285 B
SCSS
@import "~/styles/variables.scss";
|
|
|
|
.wrap {
|
|
background: linear-gradient(darken($dark_blue, 0%), darken($blue, 30%));
|
|
}
|
|
|
|
.title {
|
|
font: $font_24_bold;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.content {
|
|
font: $font_14_regular;
|
|
line-height: 19px;
|
|
|
|
strong {
|
|
font-weight: bold;
|
|
}
|
|
}
|