Commit b26d7d9bd7dde17c7e1350ecfbf643e3460a427d

Authored by Victor Costa
1 parent 14f7d956

Improve proposals style

Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
sass/_proposal_categories.scss
... ... @@ -56,7 +56,6 @@
56 56 color: #172938;
57 57 margin: 0;
58 58 padding-top: 5px;
59   - background: #fff;
60 59 margin-bottom: 10px;
61 60 text-align: left;
62 61 }
... ... @@ -71,7 +70,6 @@
71 70 font-family: asap_bold;
72 71 font-size: 16px;
73 72 text-decoration: none;
74   - background: #fff;
75 73 }
76 74  
77 75 .proposal-item {
... ... @@ -84,6 +82,10 @@
84 82 vertical-align: top;
85 83 }
86 84  
  85 + .proposal-item:hover {
  86 + background: #eeeff1;
  87 + }
  88 +
87 89 .proposal-category-items {
88 90 text-align: left;
89 91 border-radius: 6px;
... ...