* allow to overwrite global spreadsheet styles * bump version * fix deprecations in vcard download * bump composer packages * added help page for all registered locales * fix menu id's, cleanup times route, fix configurable homepage redirect * format duration without leading zero in hours (unify javascript with php behavior) * fix active records in all screen sizes * improved responsiveness in XS * fixed invoice number for customer null fields * fix javascript respects multiple recent-activity dropdowns * show recent activities on small screens * fix user-profile layout column in XS * fix search is always marked as active
31 lines
708 B
SCSS
31 lines
708 B
SCSS
/*
|
|
* This file is part of the Kimai time-tracking app.
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
@import "bootstrap/scss/functions";
|
|
@import "bootstrap/scss/variables";
|
|
@import "bootstrap/scss/mixins";
|
|
|
|
@import "@tabler/core/src/scss/variables";
|
|
@import "@tabler/core/src/scss/mixins";
|
|
|
|
/* For highlighting rows, fieldsets and so on */
|
|
$highlight-bg: #f5f5f5;
|
|
$highlight-today: #fcf8e3;
|
|
|
|
$red: #dd4b39;
|
|
$green: #00a65a;
|
|
$yellow: #f0ad4e;
|
|
$blue: #0073b7;
|
|
|
|
$gray-lte: #d2d6de;
|
|
$kimai-default: $gray-lte;
|
|
|
|
$box-border-radius: 3px;
|
|
|
|
$dark-mode-today: var(--tblr-blue);
|
|
$dark-mode-weekend: lighten($dark, 5%) !default;
|