mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-08-21 01:38:13 +02:00
25 lines
572 B
Sass
25 lines
572 B
Sass
$base-font-family: 'Muli', "Helvetica Neue", Helvetica, Arial, sans-serif
|
|
$source-code-font-family: "Source Code Pro", monospace
|
|
|
|
$color-black: #342828
|
|
$color-white: #FFFFFF
|
|
$color-ocre: #E05735
|
|
$color-gold: #faa930
|
|
$color-bark: #3F2B2D
|
|
$color-sand: #FEECD3
|
|
$color-light-sand: lighten($color-sand, 10%)
|
|
|
|
/* === Breakpoints === */
|
|
|
|
// Small tablets and large smartphones (landscape view)
|
|
$screen-sm-min: 576px
|
|
|
|
// Small tablets (portrait view)
|
|
$screen-md-min: 768px
|
|
|
|
// Tablets and small desktops
|
|
$screen-lg-min: 992px
|
|
|
|
// Large tablets and desktops
|
|
$screen-xl-min: 1200px
|