Changeset View
Changeset View
Standalone View
Standalone View
src/resources/themes/variables.scss
// Body | // Body | ||||
$body-bg: #fff; | $body-bg: #fff; | ||||
// Typography | // Typography | ||||
$font-family-sans-serif: 'Nunito', sans-serif; | $font-family-sans-serif: 'Nunito', sans-serif; | ||||
$font-size-base: 0.9rem; | $font-size-base: 0.9rem; | ||||
$line-height-base: 1.5; | $line-height-base: 1.5; | ||||
$main-color: #007bff; | // Colors | ||||
$kolab-blue: #65c2ee; | |||||
$light: #f6f5f3; | |||||
$main-color: $kolab-blue; | |||||
// App colors | // App colors | ||||
$menu-bg-color: #f8f9fa; | $menu-bg-color: $light; | ||||
$menu-footer-color: #fff; | $menu-footer-color: #fff; | ||||
$menu-footer-bg-color: #aaa; | $menu-footer-bg-color: #aaa; | ||||
$menu-gray: #575656; | $menu-gray: #575656; | ||||
$table-hover-bg: $menu-bg-color; | |||||
$table-head-bg: $menu-bg-color; |