2022-05-24 10:18:44 +00:00
|
|
|
|
2022-05-26 06:08:31 +00:00
|
|
|
// 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
|
|
|
|
|
2022-05-24 21:11:12 +00:00
|
|
|
$color-primary: #8cc63f;
|
2022-05-25 18:04:16 +00:00
|
|
|
$color-hover-cd: rgba(0, 0, 0, .05);
|
2022-05-26 06:08:31 +00:00
|
|
|
$color-main: #333;
|
|
|
|
$color-font-light: #666;
|
2022-11-19 00:28:24 +00:00
|
|
|
|
|
|
|
// Layout
|
|
|
|
|
|
|
|
$side-panel-width: 250px;
|
|
|
|
$navbar-height: 64px;
|