1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-08 17:56:55 +00:00
now-playing/assets/scss/_config.scss
2019-11-27 18:06:26 +01:00

30 lines
834 B
SCSS

// --------------------------------------------------------------
// == config */
// --------------------------------------------------------------
// base
// --------------------------------------------------------------
$base-font: 16; // px value (without unit), will be converted in em
$line-height: 1.5;
$fontstack1: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
$fontstack2: Georgia, Times, "Times New Roman", serif;
// responsive
// --------------------------------------------------------------
$xsmall: 480px;
$small: 840px;
$medium: 960px;
$large: 1280px;
// default gutter
// --------------------------------------------------------------
$default-gutter: 2rem;
// Focus ring
// --------------------------------------------------------------
$focus-ring: 0 0 0 .3rem rgba($color-tertiary, .5);