mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 11:10:04 +00:00
20 lines
No EOL
446 B
SCSS
20 lines
No EOL
446 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;
|
|
$c-accent: rgb(197,17,98);
|
|
|
|
$component-max-width: 900px;
|
|
|
|
//$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; |