diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-03-16 17:47:23 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-03-16 17:47:23 -0300 |
commit | 47d99ab297844fd54b66cef45c7786ebf0e5ca41 (patch) | |
tree | b4034d40e47cdaffad6fe4d24f753b76d1357f8c | |
parent | 918a5b9e1ef6470373b7f576026194a69248e3c4 (diff) |
Shameful temporary hack for tags icons alignment. Must fix this after we've customized our icons
-rw-r--r-- | web-ui/app/scss/styles.scss | 3 |
1 files changed, 3 insertions, 0 deletions
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; } } } |