summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2015-03-16 17:47:23 -0300
committerGabriel Albo <gabriel@albo.com.br>2015-03-16 17:47:23 -0300
commit47d99ab297844fd54b66cef45c7786ebf0e5ca41 (patch)
treeb4034d40e47cdaffad6fe4d24f753b76d1357f8c
parent918a5b9e1ef6470373b7f576026194a69248e3c4 (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.scss3
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;
}
}
}