From 0ac2806481852249c6a2d4a032cc2c0324a58ef8 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 11 Jan 2019 21:07:21 +0100 Subject: Add toggle element to @meetfranz/forms --- src/styles/toggle.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles/toggle.scss') diff --git a/src/styles/toggle.scss b/src/styles/toggle.scss index 0ce0c3379..52675ceed 100644 --- a/src/styles/toggle.scss +++ b/src/styles/toggle.scss @@ -41,7 +41,7 @@ $toggle-button-size: 22px; &.is-active .franz-form__toggle-button { background: $theme-brand-primary; - left: $toggle-width - $toggle-size - 3;; + left: $toggle-width - $toggle-size - 3; } input { display: none; } -- cgit v1.2.3-54-g00ecf