lk-students/resources/sass/_variables.scss

8 lines
135 B
SCSS
Raw Normal View History

2024-06-19 16:46:09 +03:00
// Body
$body-bg: #fff;
// Typography
$font-family-sans-serif: 'Nunito', sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6;