From 1361477197dfafc6d983671f5b0a9c96b343abb5 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Mon, 11 Feb 2019 01:24:11 -0500 Subject: [PATCH] rollback --- src/app/components/left-side-bar/left-side-bar.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/components/left-side-bar/left-side-bar.component.scss b/src/app/components/left-side-bar/left-side-bar.component.scss index ae6b34f3..e305291a 100644 --- a/src/app/components/left-side-bar/left-side-bar.component.scss +++ b/src/app/components/left-side-bar/left-side-bar.component.scss @@ -23,9 +23,10 @@ $height-button: 40px; width: $width-button; height: $height-button; transition: all .2s; + // outline: 1px dotted greenyellow; &--status { - margin-top: 3px; + //margin-top: 3px; font-size: 26px; padding: 5px 0 0 12px; }