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

9 lines
140 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;