13 lines
229 B
SCSS
13 lines
229 B
SCSS
// Sizes
|
|
$header-height: 12rem;
|
|
$footer-height: 6rem;
|
|
$border-radius: 0;
|
|
|
|
// Font Weights
|
|
$font-weight-bold: 600;
|
|
$font-weight-regular: 400;
|
|
$font-weight-light:300;
|
|
|
|
// Global Paddings
|
|
$padding-horiz: 14rem;
|
|
$padding-vert: 3rem;
|