From d5ee13b0f01871ec93a37bf12242e88e4be26af9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 16 Apr 2018 18:48:59 +0200 Subject: Widgets: add a switch --- scss/custom.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'scss/custom.scss') 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%); -- cgit v1.2.3