move local.css to sass
This commit is contained in:
parent
2175832074
commit
2171317bad
5 changed files with 4 additions and 9 deletions
|
@ -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',
|
||||||
|
|
|
@ -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 {
|
|
@ -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');
|
||||||
|
|
|
@ -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');
|
||||||
|
|
|
@ -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"
|
||||||
% }
|
% }
|
||||||
|
|
Loading…
Reference in a new issue