* 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
20 lines
602 B
SCSS
20 lines
602 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.
|
|
*/
|
|
|
|
$fa-font-path: "~@fortawesome/fontawesome-free/webfonts/";
|
|
@import "@fortawesome/fontawesome-free/scss/fontawesome";
|
|
@import "@fortawesome/fontawesome-free/scss/regular";
|
|
@import "@fortawesome/fontawesome-free/scss/solid";
|
|
@import "@fortawesome/fontawesome-free/scss/brands";
|
|
|
|
/* all icon-buttons with fontawesome icons */
|
|
.btn-icon i.icon {
|
|
font-size: 16px;
|
|
color: $text-muted;
|
|
padding-top: 2px;
|
|
}
|