mirror of
https://github.com/Lissy93/web-check.git
synced 2025-01-23 14:49:16 +01:00
🦄 Global reusable style work
This commit is contained in:
parent
4ca97314d3
commit
68864366af
@ -9,6 +9,14 @@ const colors = {
|
||||
backgroundLighter: '#1a2332',
|
||||
bgShadowColor: '#0f1620',
|
||||
fgShadowColor: '#456602',
|
||||
|
||||
// Action Colors
|
||||
info: '#04e4f4',
|
||||
success: '#20e253',
|
||||
warning: '#f6f000',
|
||||
error: '#fca016',
|
||||
danger: '#f80363',
|
||||
neutral: '#272f4d',
|
||||
};
|
||||
|
||||
export default colors;
|
||||
|
@ -1,4 +1,14 @@
|
||||
|
||||
export const TextSizes = {
|
||||
xSmall: '0.75rem',
|
||||
small: '1rem',
|
||||
medium: '1.5rem',
|
||||
large: '2rem',
|
||||
xLarge: '3rem',
|
||||
};
|
||||
|
||||
export const TextReset = `
|
||||
font-size: ${TextSizes.small};
|
||||
font-family: PTMono, Helvetica, Arial, sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
|
Loading…
Reference in New Issue
Block a user