Commit 3e6ce5b9137d9f6a30542a08297f003155f9a8a3

Authored by Leandro Santos
1 parent fb3fa566

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 108 }
109 109 a {
110 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 117 background: {
113 118 color: $color;
114 119 position: center left;
... ...