mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 11:01:13 +00:00
14 lines
229 B
SCSS
14 lines
229 B
SCSS
// Sizes
|
|
$header-height: 5rem;
|
|
$footer-height: 6rem;
|
|
$border-radius: 3px;
|
|
|
|
// Font Weights
|
|
$font-weight-bold: 600;
|
|
$font-weight-regular: 400;
|
|
$font-weight-light:300;
|
|
|
|
// Global Paddings
|
|
$padding-horiz: 7rem;
|
|
$padding-vert: 3rem;
|