From 44df9de3cb612697fb580d81ce2bf5c90b37dc52 Mon Sep 17 00:00:00 2001 From: bergice Date: Wed, 7 Nov 2018 11:07:00 +1300 Subject: [PATCH] Linting --- client/src/components/Toolbar/Toolbar.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/client/src/components/Toolbar/Toolbar.scss b/client/src/components/Toolbar/Toolbar.scss index 7d9a2e22b..174cbbc3c 100644 --- a/client/src/components/Toolbar/Toolbar.scss +++ b/client/src/components/Toolbar/Toolbar.scss @@ -25,11 +25,12 @@ .rounded { - &.btn, >.btn { + &.btn, + >.btn { width: 32px; padding-left: 7px; - &:last-child{ + &:last-child { border-top-right-radius: 100px !important; border-bottom-right-radius: 100px !important; } @@ -43,7 +44,8 @@ border-radius: 100px !important; - &::before, .btn::before { + &::before, + .btn::before { margin-right: 0; } }