version 6.1.0
see changelog
This commit is contained in:
parent
0a5de6e6c2
commit
e29a67981e
11 changed files with 472 additions and 284 deletions
|
@ -1,14 +1,24 @@
|
|||
// Config file and project variables
|
||||
|
||||
// font sizes
|
||||
$base-font-size : 1.6rem !default; // ex. 1.6rem would be "16px" equivalent
|
||||
$line-height : 1.5 !default; // equiv line-height 1.5
|
||||
$h1-size : 3.2rem !default; // equiv "32px"
|
||||
$h2-size : 2.8rem !default; // equiv "28px"
|
||||
$h3-size : 2.4rem !default; // equiv "24px"
|
||||
$h4-size : 2.0rem !default; // equiv "20px"
|
||||
$h5-size : 1.8rem !default; // equiv "18px"
|
||||
$h6-size : 1.6rem !default; // equiv "16px"
|
||||
// tiny font sizes (mobile first)
|
||||
$base-font-size : 1.4rem !default; // ex. 1.4rem would be "14px" equivalent
|
||||
$line-height : 1.4 !default;
|
||||
$h1-size : 2.8rem !default; // equiv "28px"
|
||||
$h2-size : 2.4rem !default; // equiv "24px"
|
||||
$h3-size : 2.0rem !default; // equiv "20px"
|
||||
$h4-size : 1.8rem !default; // equiv "18px"
|
||||
$h5-size : 1.6rem !default; // equiv "18px"
|
||||
$h6-size : 1.4rem !default; // equiv "14px"
|
||||
|
||||
// large font sizes
|
||||
$base-font-size-l : 1.6rem !default; // ex. 1.6rem would be "16px" equivalent
|
||||
$line-height-l : 1.5 !default;
|
||||
$h1-size-l : 3.2rem !default; // equiv "32px"
|
||||
$h2-size-l : 2.8rem !default; // equiv "28px"
|
||||
$h3-size-l : 2.4rem !default; // equiv "24px"
|
||||
$h4-size-l : 2.0rem !default; // equiv "20px"
|
||||
$h5-size-l : 1.8rem !default; // equiv "18px"
|
||||
$h6-size-l : 1.6rem !default; // equiv "16px"
|
||||
|
||||
// font stacks
|
||||
$font-stack-common : sans-serif !default; // common font
|
||||
|
@ -23,12 +33,13 @@ $color4 : #000 !default;
|
|||
$color5 : #6FA939 !default;
|
||||
|
||||
// colors used in project
|
||||
$base-color: $color1;
|
||||
$link-color: $color3;
|
||||
$base-background : $color2;
|
||||
$color-base : $color1;
|
||||
$color-link : $color3;
|
||||
$background-base : $color2;
|
||||
|
||||
// If you don't want any effect on focused/hovered links,
|
||||
// comment variable below or make it equal to either $link-color or false or null
|
||||
$link-hover-color: $color4;
|
||||
// comment variable below or make it equal to either $color-link or false or null
|
||||
$color-link-hover: $color4;
|
||||
$brand-primary: $color5;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue