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

8 lines
174 B
SCSS
Raw Normal View History

2018-05-04 17:34:25 +00:00
$font-header: 'Concert One', cursive;
$font-paragraph: 'Open Sans', sans-serif;
$white: #fdfdfd;
$black: #2f2f2f;
2018-06-14 14:48:56 +00:00
$blue: #144A98;
2018-05-04 17:34:25 +00:00
$break-medium: 768px;
$break-large: 1200px;