quicksave

This commit is contained in:
Schmelczer András 2019-12-28 17:21:35 +01:00
parent f74c86f4b1
commit 98160edc72
23 changed files with 226 additions and 153 deletions

View file

@ -35,19 +35,20 @@
}
@mixin title-font() {
font: 400 3.33rem "Raleway", serif;
font: 400 3.5rem "Montserrat", serif;
}
@mixin sub-title-font() {
font: 400 2rem "Raleway", serif;
font: 400 1.9rem "Montserrat", serif;
}
@mixin main-font() {
font: 400 18px "Open sans", sans-serif;
line-height: 1.5;
font: 400 1.25rem "Lato", sans-serif;
line-height: 1.6;
text-align: justify;
}
@mixin insignificant-font() {
font: 400 16px "Open sans", sans-serif;
font: 400 1rem "Lato", sans-serif;
font-style: italic;
}

View file

@ -2,6 +2,7 @@
$background-start: white;
$background-end: white;
$background: white;
$background-gradient: linear-gradient(90deg, #fff9e0 0, #ffd6d6 100%);
$normal-text-color: #31343f;
$light-text-color: #7a7d8e;
@ -21,7 +22,7 @@ $normal-margin: var(--normal-margin);
$small-margin: var(--small-margin);
$line-height: 2ch;
$blur-radius: 6px;
$blur-radius: 9px;
$icon-size: var(--icon-size);
$body-width: var(--body-width);
@ -29,7 +30,7 @@ $body-width: var(--body-width);
--line-width: 3px;
--normal-margin: 45px;
--small-margin: 25px;
--icon-size: 25px;
--icon-size: 35px;
--body-width: 765px;
@media (max-width: $breakpoint-width) {