mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-24 06:45:59 +03:00
Merge pull request #168 from filecoin-project/@jimmylee/its-a-party
@jimmylee/its a party
This commit is contained in:
commit
c2cc2b1def
@ -10,6 +10,21 @@ export const sizes = {
|
||||
header: 72,
|
||||
};
|
||||
|
||||
export const system = {
|
||||
white: "#ffffff",
|
||||
foreground: "#f7f7f7",
|
||||
gray: "#e0e0e0",
|
||||
border: "#d8d8d8",
|
||||
darkGray: "#b2b2b2",
|
||||
black: "#1b1f23",
|
||||
pitchBlack: "#0c0c0c",
|
||||
brand: "#0047FF",
|
||||
link: "#2935ff",
|
||||
green: "#28a745",
|
||||
yellow: " #FFC940",
|
||||
red: "#ff0000",
|
||||
};
|
||||
|
||||
export const zindex = {
|
||||
navigation: 1,
|
||||
sidebar: 2,
|
||||
@ -37,21 +52,6 @@ export const typescale = {
|
||||
lvl4: `1.953rem`,
|
||||
};
|
||||
|
||||
export const system = {
|
||||
white: "#ffffff",
|
||||
foreground: "#f7f7f7",
|
||||
gray: "#e0e0e0",
|
||||
border: "#d8d8d8",
|
||||
darkGray: "#b2b2b2",
|
||||
black: "#1b1f23",
|
||||
pitchBlack: "#0c0c0c",
|
||||
brand: "#0047FF",
|
||||
link: "#2935ff",
|
||||
green: "#28a745",
|
||||
yellow: " #FFC940",
|
||||
red: "#ff0000",
|
||||
};
|
||||
|
||||
export const code = {};
|
||||
|
||||
export const theme = {
|
||||
|
Loading…
Reference in New Issue
Block a user