From 47d99ab297844fd54b66cef45c7786ebf0e5ca41 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Mon, 16 Mar 2015 17:47:23 -0300 Subject: Shameful temporary hack for tags icons alignment. Must fix this after we've customized our icons --- web-ui/app/scss/styles.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web-ui/app/scss/styles.scss') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index ab5a4df8..c6b94923 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -303,6 +303,7 @@ section { font-weight: normal; position: relative; top: 2px; + margin-left: -3px; } &:nth-child(1) { &:before { @@ -312,6 +313,7 @@ section { &:nth-child(2) { &:before { content: "\f1d8"; + margin-left: -5px; } } &:nth-child(3) { @@ -327,6 +329,7 @@ section { &:nth-child(5) { &:before { content: "\f187"; + margin-left: -5px; } } } -- cgit v1.2.3