From 77cc345bea9c8cb20fec63879c204f2c7d86d972 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Mon, 11 Feb 2019 01:19:03 -0500 Subject: [PATCH] better positionning of icons on left-menu --- src/app/components/left-side-bar/left-side-bar.component.scss | 1 + 1 file changed, 1 insertion(+) 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 5ac86e38..ae6b34f3 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 @@ -25,6 +25,7 @@ $height-button: 40px; transition: all .2s; // outline: 1px dotted greenyellow; &--status { + margin-top: 3px; font-size: 26px; padding: 5px 0 0 12px; }