Files
spa-api/resources/sass/_variables.scss

21 lines
318 B
SCSS
Raw Normal View History

2016-07-10 16:28:20 -05:00
// Body
2018-07-19 07:48:31 -05:00
$body-bg: #f8fafc;
2016-07-10 16:28:20 -05:00
// Typography
2018-07-19 07:48:31 -05:00
$font-family-sans-serif: "Nunito", sans-serif;
2017-12-20 17:02:59 -06:00
$font-size-base: 0.9rem;
2016-07-10 16:28:20 -05:00
$line-height-base: 1.6;
2018-07-19 07:48:31 -05:00
// Colors
$blue: #3490dc;
$indigo: #6574cd;
$purple: #9561e2;
$pink: #f66D9b;
$red: #e3342f;
$orange: #f6993f;
$yellow: #ffed4a;
$green: #38c172;
$teal: #4dc0b5;
$cyan: #6cb2eb;