aiexperiments-ai-duet/static/style/common.scss

6 lines
142 B
SCSS
Raw Normal View History

2016-11-11 18:52:19 +00:00
$blue : rgb(30, 183, 235);
2017-01-13 21:50:11 +00:00
$orange : rgb(249, 187, 45);
2017-05-05 02:59:33 +00:00
$green : rgb(0, 225, 0);
$red: rgb(255, 0, 0);
2017-01-13 21:50:11 +00:00
$font-family: 'Quicksand', sans-serif;