19 lines
435 B
SCSS
Executable File
19 lines
435 B
SCSS
Executable File
$max-width: 900px;
|
|
$gutter-width: 10px;
|
|
$min-column-width: 200px;
|
|
$min-column-width-desktop: $min-column-width + (6 * $gutter-width);
|
|
|
|
$base-font-size: 16px;
|
|
$base-line-height: 1.4em;
|
|
$base-font-family: Roboto, sans-serif;
|
|
$heading-font-family: "Roboto Slab", sans-serif;
|
|
|
|
$font-color: black;
|
|
$background-color: white;
|
|
$primary-color: #2d763a;
|
|
|
|
$border-radius: 5px;
|
|
|
|
$fa-font-path: "/fonts";
|
|
|
|
$background-image: "/img/background.webp"; |