mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-01 04:01:01 +00:00
17 lines
No EOL
389 B
SCSS
17 lines
No EOL
389 B
SCSS
$dark-theme-bg-darker: rgb(39, 39, 39);
|
|
$dark-theme-bg-lighter: rgb(70, 70, 70);
|
|
$dark-theme-bg: rgb(48, 48, 48);
|
|
$dark-green: #30412d;
|
|
$green: #4fa758;
|
|
$light-green: #a9ed9f;
|
|
$red: #e15d63;
|
|
|
|
//$layout-xs: 600px;
|
|
$layout-gt-xs: 600px;
|
|
//$layout-sm: 960px;
|
|
$layout-gt-sm: 960px;
|
|
//$layout-md: 1280px;
|
|
$layout-gt-md: 1280px;
|
|
//$layout-lg: 1920px;
|
|
$layout-gt-lg: 1920px;
|
|
//$layout-xl: 1920px; |