1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00
This commit is contained in:
Fedor Katurov 2021-03-22 15:56:35 +07:00
parent 9745b895f1
commit 11fd582453
23 changed files with 328 additions and 101 deletions

View file

@ -1,5 +1,19 @@
@import "~/styles/variables.scss";
.wrap {
background: $red_gradient_alt;
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;
}
}