diff options
| author | Gabriel Albo <gabriel@albo.com.br> | 2015-03-17 14:41:41 -0300 | 
|---|---|---|
| committer | Gabriel Albo <gabriel@albo.com.br> | 2015-03-17 14:42:17 -0300 | 
| commit | 20527c4d6f60dc1b4a8b0060c76086da0d7bc11f (patch) | |
| tree | c2eadaf9a2347f7ebefd84af9560263dab88f653 | |
| parent | b335e378ca82e4ffc3985275b2d5ca83b62671b0 (diff) | |
Fixing the default tags label alignment by changing one character after 2 hours of work. <3 CSS <3
| -rw-r--r-- | web-ui/app/scss/styles.scss | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index c6b94923..8e358788 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -299,12 +299,17 @@ section {            &:before {              font-size: 1.5em;              font-family: "FontAwesome"; -            margin-right: 13px; +            margin-right: 16px;              font-weight: normal;              position: relative;              top: 2px;              margin-left: -3px;            } + +          &:after { +            padding-left: 10px; +          } +            &:nth-child(1) {              &:before {                content: "\f01c";  | 
