concat entre base.scss et styling.scss
This commit is contained in:
parent
c74d2ce220
commit
be4890e7b6
4 changed files with 203 additions and 209 deletions
|
@ -1,39 +1,39 @@
|
|||
// Config file and project variables
|
||||
|
||||
// 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 "16px"
|
||||
$h6-size : 1.4rem !default; // equiv "14px"
|
||||
$base-font-size : 1.4rem; // ex. 1.4rem would be "14px" equivalent
|
||||
$line-height : 1.4;
|
||||
$h1-size : 2.8rem; // equiv "28px"
|
||||
$h2-size : 2.4rem; // equiv "24px"
|
||||
$h3-size : 2.0rem; // equiv "20px"
|
||||
$h4-size : 1.8rem; // equiv "18px"
|
||||
$h5-size : 1.6rem; // equiv "16px"
|
||||
$h6-size : 1.4rem; // 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"
|
||||
$base-font-size-l : 1.6rem; // ex. 1.6rem would be "16px" equivalent
|
||||
$line-height-l : 1.5;
|
||||
$h1-size-l : 3.2rem; // equiv "32px"
|
||||
$h2-size-l : 2.8rem; // equiv "28px"
|
||||
$h3-size-l : 2.4rem; // equiv "24px"
|
||||
$h4-size-l : 2.0rem; // equiv "20px"
|
||||
$h5-size-l : 1.8rem; // equiv "18px"
|
||||
$h6-size-l : 1.6rem; // equiv "16px"
|
||||
|
||||
// font stacks
|
||||
$font-stack-common : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !default; // system font stack
|
||||
$font-stack-headings : sans-serif !default; // headings font
|
||||
$font-stack-monospace : consolas, courier, monospace !default; // monospace font
|
||||
$font-stack-common : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; // system font stack
|
||||
$font-stack-headings : sans-serif; // headings font
|
||||
$font-stack-monospace : consolas, courier, monospace; // monospace font
|
||||
|
||||
// color scheme
|
||||
$color1 : #000;
|
||||
$color2 : #fff;
|
||||
$color3 : #333;
|
||||
$color4 : #000;
|
||||
$color5 : #6FA939;
|
||||
$color6 : #ddd;
|
||||
$color1 : #000;
|
||||
$color2 : #fff;
|
||||
$color3 : #333;
|
||||
$color4 : #000;
|
||||
$color5 : #6FA939;
|
||||
$color6 : #ddd;
|
||||
$color-light : #fff;
|
||||
$color-dark : #000;
|
||||
$color-dark : #000;
|
||||
$color-primary : #0275D8;
|
||||
$color-success : #5CB85C;
|
||||
$color-info : #5BC0DE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue