move local.css to sass

This commit is contained in:
Derf Null 2023-03-31 17:40:53 +02:00
parent 2175832074
commit 2171317bad
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA
5 changed files with 4 additions and 9 deletions

View file

@ -5,7 +5,6 @@ const FILES_TO_CACHE = [
'/static/v51/css/light.min.css', '/static/v51/css/light.min.css',
'/static/v51/css/dark.min.css', '/static/v51/css/dark.min.css',
'/static/v51/css/material-icons.css', '/static/v51/css/material-icons.css',
'/static/v51/css/local.css',
'/static/v51/fonts/MaterialIcons-Regular.woff2', '/static/v51/fonts/MaterialIcons-Regular.woff2',
'/static/v51/fonts/MaterialIcons-Regular.woff', '/static/v51/fonts/MaterialIcons-Regular.woff',
'/static/v51/fonts/MaterialIcons-Regular.ttf', '/static/v51/fonts/MaterialIcons-Regular.ttf',

View file

@ -1,8 +1,3 @@
/*
* Copyright (C) 2020 Daniel Friesel
*
* SPDX-License-Identifier: MIT
*/
.action-checkin, .action-checkin,
.action-checkout, .action-checkout,
.action-undo, .action-undo,
@ -18,12 +13,12 @@
.brand-logo:hover .ca, .brand-logo:hover .ca,
.brand-logo:hover .ce { .brand-logo:hover .ce {
color: #a8e3fa; color: #a8e3fa !important;
} }
.brand-logo:hover .cb, .brand-logo:hover .cb,
.brand-logo:hover .cd { .brand-logo:hover .cd {
color: #f5c4ce; color: #f5c4ce !important;
} }
td.cancelled { td.cancelled {

View file

@ -2,6 +2,7 @@
@import 'variables.scss'; @import 'variables.scss';
@import '../../materialize.scss'; @import '../../materialize.scss';
@import '../common/index.scss'; @import '../common/index.scss';
@import '../common/local.scss';
.progress { .progress {
background-color: color('grey', 'darken-3'); background-color: color('grey', 'darken-3');

View file

@ -2,6 +2,7 @@
@import 'variables.scss'; @import 'variables.scss';
@import '../../materialize.scss'; @import '../../materialize.scss';
@import '../common/index.scss'; @import '../common/index.scss';
@import '../common/local.scss';
.progress { .progress {
background-color: color('grey', 'lighten-2'); background-color: color('grey', 'lighten-2');

View file

@ -54,7 +54,6 @@
} }
</script> </script>
%= stylesheet "/static/${av}/css/material-icons.css" %= stylesheet "/static/${av}/css/material-icons.css"
%= stylesheet "/static/${av}/css/local.css"
% if (stash('with_map')) { % if (stash('with_map')) {
%= stylesheet "/static/${av}/leaflet/leaflet.css" %= stylesheet "/static/${av}/leaflet/leaflet.css"
% } % }