initial commit
This commit is contained in:
commit
4b99d290f3
5 changed files with 153 additions and 0 deletions
25
css/varibles.css
Normal file
25
css/varibles.css
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
:root{
|
||||
--font-size-xxl : 8rem;
|
||||
--font-size-xl : 4.0625rem;
|
||||
--font-size-l : 2.5rem;
|
||||
--font-size-m : 1.125rem;
|
||||
--font-size-s : 0.9375rem;
|
||||
--font-size-xs : 0.625rem;
|
||||
|
||||
--line-height-title-l: 0.93em;
|
||||
--line-height-title-m: 1em;
|
||||
--line-height-bubble-title: 1em;
|
||||
--line-height-current-text-l: 50px;
|
||||
--line-height-current-text: 1.4em;
|
||||
--line-height-label-m: 1em;
|
||||
--line-height-label-s: 15px;
|
||||
|
||||
--spacing-l: calc(var(--spacing-m) * 2);
|
||||
--spacing-m: 5rem;
|
||||
--spacing-s: 1.75rem;
|
||||
--spacing-xs: 1.25rem;
|
||||
|
||||
--color-blue:#4433FF;
|
||||
--color-black: black;
|
||||
--color-white: white;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue