comunic/developer/user/themes/antimatter/scss/configuration/template/_variables.scss
2016-11-19 12:08:12 +01:00

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;