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; }