Edit general style
This commit is contained in:
parent
e5f5b543c6
commit
35351bc709
3 changed files with 35 additions and 45 deletions
|
@ -6,28 +6,33 @@
|
|||
|
||||
// Fonts
|
||||
|
||||
--text-font-family: 'Open Sans', Verdana, sans-serif;
|
||||
--title-font-family: 'Open Sans', Verdana, sans-serif;
|
||||
--text-font-family: Helvetica, sans-serif;
|
||||
--title-font-family: Helvetica, sans-serif;
|
||||
--regular-font-weight: 400;
|
||||
--medium-font-weight: 500;
|
||||
--semi-bold-font-weight: 600;
|
||||
--bold-font-weight: 700;
|
||||
--text-font-size: 0.8rem;
|
||||
--text-line-height: calc(var(--text-font-size) * 1.2);
|
||||
--footnote-font-size: 0.6rem;
|
||||
--footnote-line-height: calc(var(--footnote-font-size) * 1.2);
|
||||
--h1-font-size: 1.6rem;
|
||||
--h1-line-height: calc(var(--h1-font-size) * 1.2);
|
||||
--h2-font-size: 1.2rem;
|
||||
--h2-line-height: calc(var(--h2-font-size) * 1.2);
|
||||
--h3-font-size: 1rem;
|
||||
--h3-line-height: calc(var(--h3-font-size) * 1.2);
|
||||
|
||||
// Dimensions
|
||||
|
||||
--icon-size: 2rem;
|
||||
--header-bar-vertical-padding: 2rem;
|
||||
--header-bar-vertical-padding: 1rem;
|
||||
--header-bar-horizontal-padding: 1rem;
|
||||
|
||||
// Colors
|
||||
|
||||
--black: #000;
|
||||
--transparent-black: rgba(0, 0, 0, 0.6);
|
||||
--transparent-black: rgba(0, 0, 0, 0.4);
|
||||
--white: #fff;
|
||||
--transparent-white: rgba(255, 255, 255, 0.9);
|
||||
--feldgrau: #4B6259;
|
||||
|
@ -53,7 +58,5 @@ $desktop-media-query: 62rem;
|
|||
// Dimensions
|
||||
|
||||
--icon-size: 2.5rem;
|
||||
--header-bar-vertical-padding: 4rem;
|
||||
--header-bar-horizontal-padding: 2rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue