forked from verdnatura/hedera-web
24 lines
332 B
SCSS
24 lines
332 B
SCSS
|
|
// Width
|
|
|
|
$width-xs: 400px;
|
|
$width-sm: 544px;
|
|
$width-md: 800px;
|
|
$width-lg: 1280px;
|
|
$width-xl: 1600px;
|
|
|
|
// Spacing
|
|
|
|
$spacing-xs: 4px;
|
|
$spacing-sm: 8px;
|
|
$spacing-md: 16px;
|
|
$spacing-lg: 32px;
|
|
$spacing-xl: 70px;
|
|
|
|
// Light theme
|
|
|
|
$color-primary: #8cc63f;
|
|
$color-hover-cd: rgba(0, 0, 0, .05);
|
|
$color-main: #333;
|
|
$color-font-light: #666;
|