namesny-com/src/static/stylesheets/variables.scss

8 lines
178 B
SCSS
Raw Normal View History

2018-06-15 15:01:28 +00:00
$font-header: 'Open Sans Condensed', sans-serif;
2018-05-04 17:34:25 +00:00
$font-paragraph: 'Open Sans', sans-serif;
$white: #fdfdfd;
$black: #2f2f2f;
2018-06-14 14:48:56 +00:00
$blue: #144A98;
2018-06-14 15:55:38 +00:00
$grey: #A9A9A9;
2018-06-15 15:02:47 +00:00
$break-large: 992px;