43 lines
1.1 KiB
SCSS
43 lines
1.1 KiB
SCSS
|
@import "util/util";
|
||
|
|
||
|
//$global-font-size: 100%;
|
||
|
//$global-width: rem-calc(1200);
|
||
|
//$global-lineheight: 1.5;
|
||
|
//$foundation-palette: (
|
||
|
// primary: #1779ba,
|
||
|
// secondary: #767676,
|
||
|
// success: #3adb76,
|
||
|
// warning: #ffae00,
|
||
|
// alert: #cc4b37,
|
||
|
//);
|
||
|
//$light-gray: #e6e6e6;
|
||
|
//$medium-gray: #cacaca;
|
||
|
//$dark-gray: #8a8a8a;
|
||
|
//$black: #0a0a0a;
|
||
|
//$white: #fefefe;
|
||
|
//$body-background: $white;
|
||
|
//$body-font-color: $black;
|
||
|
//$body-font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
|
||
|
//$body-antialiased: true;
|
||
|
//$global-margin: 1rem;
|
||
|
//$global-padding: 1rem;
|
||
|
//$global-position: 1rem;
|
||
|
//$global-weight-normal: normal;
|
||
|
//$global-weight-bold: bold;
|
||
|
//$global-radius: 0;
|
||
|
//$global-menu-padding: 0.7rem 1rem;
|
||
|
//$global-menu-nested-margin: 1rem;
|
||
|
//$global-text-direction: ltr;
|
||
|
//$global-flexbox: true;
|
||
|
//$global-prototype-breakpoints: false;
|
||
|
//$global-button-cursor: auto;
|
||
|
//$global-color-pick-contrast-tolerance: 0;
|
||
|
//$print-transparent-backgrounds: true;
|
||
|
//
|
||
|
// 0. arcHIVE specific styles
|
||
|
// ---------
|
||
|
// global project styles
|
||
|
//@import "colors";
|
||
|
//@import "typography";
|
||
|
|