summaryrefslogtreecommitdiff
path: root/themes/base.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/base.less')
-rw-r--r--themes/base.less12
1 files changed, 4 insertions, 8 deletions
diff --git a/themes/base.less b/themes/base.less
index 99c7cfc5..83602c3b 100644
--- a/themes/base.less
+++ b/themes/base.less
@@ -1,6 +1,6 @@
@import "../vendor/bootstrap/less/bootstrap";
-@icon-font-path: "../vendor/bootstrap/fonts/";
+@icon-font-path: "../fonts/";
body {
padding-top: 50px;
@@ -13,15 +13,15 @@ body {
#shifts {
td {
&.free {
- border: 1px solid @gray-light;
+ border: 1px solid @brand-danger;
.bg-danger();
}
&.occupied {
- border: 1px solid @gray-light;
+ border: 1px solid @brand-success;
.bg-success();
}
&.collides {
- border: 1px solid @gray-light;
+ border: 1px solid @brand-warning;
.bg-warning();
}
&.own {
@@ -30,10 +30,6 @@ body {
}
}
-.shifts-table {
- overflow-x: scroll;
-}
-
.row-day {
border-top: 2px solid @gray-light;
}