Slide 45
Slide 45 text
// Fonts
$font-weight-light : 300;
$font-weight-normal : 400;
$font-weight-bold : 700;
$default-font-family : "Roboto", arial, sans-serif;
$default-font-weight : $font-weight-normal;
$default-font-style : normal;
$title-font-family : "Roboto", arial, sans-serif;
$title-font-weight : $font-weight-normal;
$title-font-style : normal;
$button-font-family : "Roboto", arial, sans-serif;
$button-font-weight : $font-weight-normal;
$button-font-style : normal;
$font-sizes : ((
'class' : 'lg',
'size' : 1.5em
),(
'class' : 'sm',
'size' : .875em
),(
'class' : 'xs',
'size' : .75em
));
// Navigation
$nav-sm-width : 3em;
$nav-lg-width : 15em;
$nav-item-font-size : 1.25em;
$nav-label-font-size : 1em;
$nav-label-timing-function: cubic-bezier(unquote($easeOutBack));
$nav-item-margin : .25em;
$nav-duration : .3s;
$nav-timing-function : cubic-bezier(unquote($easeOutQuint));
// Aside bars
$sub-aside-width : 20%;
$sub-aside-min-width : 15em;
$sub-aside-padding : 1em;
$sub-aside-title-font-size : .75em;
$sub-aside-title-margin : 2em 0 0;
$sub-aside-item-font-size : 1em;
$sub-aside-item-padding : .5em 1em;
$sub-aside-sub-item-padding : .25em .5em;
// Forms
$form-x-padding : 1em;
$form-y-padding : 1.25em;
$form-border-width : 1px;
$label-required-star-margin : .15em;
$label-required-star-font-size : 1.25em;
$label-required-star-font-weight : $font-weight-bold;