aboutsummaryrefslogtreecommitdiff
path: root/static/style.scss
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-21 15:10:17 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-23 21:53:39 +0200
commitd4640c76287310b40cc5e76b430635c0a006708c (patch)
treee7bd9bd95c0b1e6c5aaf36ca32654c26d2c82817 /static/style.scss
parentMade lcov.info phony. (diff)
downloadcalp-d4640c76287310b40cc5e76b430635c0a006708c.tar.gz
calp-d4640c76287310b40cc5e76b430635c0a006708c.tar.xz
Repair and rewrote sliders in HTML.
The old ones where broken since i accidentally removed setVar, instead of reintrocuding that, I rewrote slider-inputs as web components, which frees us of having some hacky javascript in the html code.
Diffstat (limited to 'static/style.scss')
-rw-r--r--static/style.scss9
1 files changed, 2 insertions, 7 deletions
diff --git a/static/style.scss b/static/style.scss
index c5705e24..e351fb5d 100644
--- a/static/style.scss
+++ b/static/style.scss
@@ -283,15 +283,10 @@ Each event within the eventlist
margin: 0;
}
- .input-group {
- display: flex;
-
- input {
- min-width: 0;
- }
- }
}
+@import 'slider_input';
+
/* Calendar List
----------------------------------------
The list of all the loaded calendars,