feat: Add Contacts page (#1335)
Co-authored-by: Sojan <sojan@pepalo.com> Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
parent
2babfd6148
commit
f214c9c47c
41 changed files with 1163 additions and 179 deletions
|
@ -0,0 +1,8 @@
|
|||
:root {
|
||||
--font-weight-feather: 100;
|
||||
--font-weight-light: 300;
|
||||
--font-weight-normal: 400;
|
||||
--font-weight-medium: 500;
|
||||
--font-weight-bold: 600;
|
||||
--font-weight-black: 700;
|
||||
}
|
|
@ -13,4 +13,17 @@
|
|||
--space-larger: 4.8rem;
|
||||
--space-jumbo: 6.4rem;
|
||||
--space-mega: 10.0rem;
|
||||
|
||||
--space-minus-micro: -0.2rem;
|
||||
--space-minus-smaller: -0.4rem;
|
||||
--space-minus-small: -0.8rem;
|
||||
--space-minus-one: -1rem;
|
||||
--space-minus-slab: -1.2rem;
|
||||
--space-minus-normal: -1.6rem;
|
||||
--space-minus-two: -2.0rem;
|
||||
--space-minus-medium: -2.4rem;
|
||||
--space-minus-large: -3.2rem;
|
||||
--space-minus-larger: -4.8rem;
|
||||
--space-minus-jumbo: -6.4rem;
|
||||
--space-minus-mega: -10.0rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue