From 2e22ed491ef8b6b58572de79c30ae7f8fc9696eb Mon Sep 17 00:00:00 2001 From: Phreshhh Date: Thu, 31 Jan 2019 21:00:20 +0100 Subject: [PATCH] Switch components - stylelint fix 6 :) --- src/components/_forms.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/_forms.scss b/src/components/_forms.scss index a258a02..9a86868 100644 --- a/src/components/_forms.scss +++ b/src/components/_forms.scss @@ -161,28 +161,28 @@ select { } .paper-switch-slider { - bottom: 0; border: 2px solid $primary; border-bottom-left-radius: 15px 255px; border-bottom-right-radius: 225px 15px; border-top-left-radius: 255px 15px; border-top-right-radius: 15px 225px; + bottom: 0; cursor: pointer; left: 0; - top: 0; position: absolute; right: 0; + top: 0; transition: 0.4s; &::before { background: $secondary; content: ''; left: 4px; - position: absolute; border-bottom-left-radius: 15px 255px; border-bottom-right-radius: 225px 15px; border-top-left-radius: 255px 15px; border-top-right-radius: 15px 225px; + position: absolute; transition: 0.4s; }