diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-02-23 14:49:24 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-02-24 12:19:29 -0300 |
commit | c43e568f1a0ddfefee9510a8e9ad37a548c0b310 (patch) | |
tree | 7f150ac9ae39cd18a0df0794d929f7b08aaec855 /web-ui/app/scss | |
parent | 9480f4292b8284e411877958b9fb8c1cf9ec6dcf (diff) |
#296 Adding tags icon and styling its text
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/styles.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 7292f029..f8c8644c 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -273,6 +273,7 @@ section { top: 1px; left: 0; border: 1px solid #FFF; + border-bottom: 1px solid white; position: absolute; opacity: 0.95; } @@ -336,6 +337,24 @@ section { } } + div.tags-icon { + margin-bottom: 20px; + i { + font-size: 1.5em; + font-family: "FontAwesome"; + margin-right: 13px; + font-weight: normal; + position: relative; + top: 2px; + left: 16px; + } + span.tag-label { + font-size: 0.9rem; + padding-left: 16px; + margin-bottom: 10px; + } + } + ul#logout { li { color: $action_buttons; |