diff options
author | Tayane Fernandes <tayane.rmf@gmail.com> | 2016-09-28 20:18:10 -0300 |
---|---|---|
committer | Tayane Fernandes <tayane.rmf@gmail.com> | 2016-09-28 20:18:10 -0300 |
commit | 75662bf222bcf013b625550b38deeed0ebf993c4 (patch) | |
tree | 22b128ac43ef1139911845acb0d70e340ac1398f /web-ui/app | |
parent | 15e6127a58a7441d2170a4426da9b7a3e2e7b5d1 (diff) |
[#721] Improve tag label color and size
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/scss/mixins/_tags.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web-ui/app/scss/mixins/_tags.scss b/web-ui/app/scss/mixins/_tags.scss index fcb4a280..9bb287ea 100644 --- a/web-ui/app/scss/mixins/_tags.scss +++ b/web-ui/app/scss/mixins/_tags.scss @@ -7,10 +7,10 @@ $tags-font-size: 0.6rem; &-tag { font-size: $tags-font-size; - font-weight: normal; - background-color: lighten($action_buttons, 12); + font-weight: 700; + background-color: $dark_blue; color: white; - padding: 2px 3px; + padding: 2px 4px; margin: 0 1px; border-radius: 2px; } |