mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 05:54:49 +03:00
adds missing fields
This commit is contained in:
parent
cd4a4739cd
commit
378ec4604d
@ -25,6 +25,33 @@ export const system = {
|
||||
red: "#ff0000",
|
||||
};
|
||||
|
||||
export const zindex = {
|
||||
navigation: 1,
|
||||
sidebar: 2,
|
||||
header: 3,
|
||||
modal: 4,
|
||||
tooltip: 5,
|
||||
};
|
||||
|
||||
export const font = {
|
||||
text: `'inter-regular', -apple-system, BlinkMacSystemFont, arial, sans-serif`,
|
||||
semiBold: `'inter-semi-bold', -apple-system, BlinkMacSystemFont, arial, sans-serif`,
|
||||
medium: `'inter-medium', -apple-system, BlinkMacSystemFont, arial, sans-serif`,
|
||||
mono: `'mono', monaco, monospace`,
|
||||
monoBold: `'mono-bold', monaco, monospace`,
|
||||
monoCode: `'fira-code-regular', mono, monospace`,
|
||||
monoCodeBold: `'fira-code-bold', mono-bold, monospace`,
|
||||
code: `'jet-brains-regular', mono, monospace`,
|
||||
codeBold: `'jet-brains-bold', mono, monospace`,
|
||||
};
|
||||
|
||||
export const typescale = {
|
||||
lvl1: `1rem`,
|
||||
lvl2: `1.25rem`,
|
||||
lvl3: `1.563rem`,
|
||||
lvl4: `1.953rem`,
|
||||
};
|
||||
|
||||
export const code = {};
|
||||
|
||||
export const theme = {
|
||||
|
Loading…
Reference in New Issue
Block a user