comunic/developer/user/themes/antimatter/scss/configuration/template/_variables.scss

14 lines
229 B
SCSS
Raw Normal View History

2016-11-19 11:08:12 +00:00
// 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;