mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 05:54:49 +03:00
21 lines
328 B
JavaScript
21 lines
328 B
JavaScript
|
export const values = {
|
||
|
version: "0.1.0",
|
||
|
sds: "0.1.0",
|
||
|
};
|
||
|
|
||
|
export const sizes = {
|
||
|
mobile: 768,
|
||
|
navigation: 288,
|
||
|
sidebar: 416,
|
||
|
header: 72,
|
||
|
};
|
||
|
|
||
|
export const code = {};
|
||
|
|
||
|
export const theme = {
|
||
|
foreground: system.white,
|
||
|
ctaBackground: system.brand,
|
||
|
pageBackground: system.foreground,
|
||
|
pageText: system.black,
|
||
|
};
|