Files
lgp-admin-plus-api/resources/assets/sass/_variables.scss

19 lines
288 B
SCSS
Raw Normal View History

2016-07-10 16:28:20 -05:00
// Body
$body-bg: #f5f8fa;
// Typography
2016-07-23 17:51:50 -05:00
$font-family-sans-serif: "Raleway", 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;
$text-color: #636b6f;
2016-07-23 16:43:11 -05:00
// Navbar
$navbar-default-bg: #fff;
2016-07-10 16:28:20 -05:00
// Buttons
$btn-default-color: $text-color;
2016-07-23 16:43:11 -05:00
// Panels
$panel-default-heading-bg: #fff;