diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-04-16 18:48:59 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-12 08:39:42 +0200 |
commit | 6872c373bc2a5f3c57d6097e232c1b238b0c81f0 (patch) | |
tree | 8395900adea9628c7d077d505f212a5c99265b63 /scss/custom.scss | |
parent | 0fc21a9641881224cff04dd135e2950b4fcb0032 (diff) | |
download | Ishtar-6872c373bc2a5f3c57d6097e232c1b238b0c81f0.tar.bz2 Ishtar-6872c373bc2a5f3c57d6097e232c1b238b0c81f0.zip |
Widgets: add a switch
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index ac04f70b9..d90a41ad6 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -5,6 +5,7 @@ $link-hover-color: darken($link-color, 10%); $link-hover-decoration: none; @import "bootstrap-src/scss/bootstrap"; +@import "switch.scss"; $action-color: #ffe484; $action-button-color: darken($action-color, 20%); |