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 | d5ee13b0f01871ec93a37bf12242e88e4be26af9 (patch) | |
tree | 8395900adea9628c7d077d505f212a5c99265b63 /scss/custom.scss | |
parent | 3d69c38a085de81e95bf5d92d0b33987de065452 (diff) | |
download | Ishtar-d5ee13b0f01871ec93a37bf12242e88e4be26af9.tar.bz2 Ishtar-d5ee13b0f01871ec93a37bf12242e88e4be26af9.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%); |