Apply fixes from StyleCI

This commit is contained in:
Dries Vints
2019-04-22 14:06:03 +00:00
committed by StyleCI Bot
parent 43b09ad0f3
commit 91dc5ed286
5 changed files with 6 additions and 11 deletions

View File

@@ -1,9 +1,8 @@
// Body
$body-bg: #f8fafc;
// Typography
$font-family-sans-serif: "Nunito", sans-serif;
$font-family-sans-serif: 'Nunito', sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6;
@@ -11,7 +10,7 @@ $line-height-base: 1.6;
$blue: #3490dc;
$indigo: #6574cd;
$purple: #9561e2;
$pink: #f66D9b;
$pink: #f66d9b;
$red: #e3342f;
$orange: #f6993f;
$yellow: #ffed4a;