Commit 3e6ce5b9137d9f6a30542a08297f003155f9a8a3
1 parent
fb3fa566
Exists in
master
and in
11 other branches
fix category bar
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
sass/_proposal_detail.scss
@@ -108,7 +108,12 @@ | @@ -108,7 +108,12 @@ | ||
108 | } | 108 | } |
109 | a { | 109 | a { |
110 | background-image: url(./images/icons/#{$category}.png); | 110 | background-image: url(./images/icons/#{$category}.png); |
111 | - padding: 20px; | 111 | + padding: 20px 5%; |
112 | + font: { | ||
113 | + size: larger; | ||
114 | + weight: bold; | ||
115 | + } | ||
116 | + color: white; | ||
112 | background: { | 117 | background: { |
113 | color: $color; | 118 | color: $color; |
114 | position: center left; | 119 | position: center left; |