Commit b26d7d9bd7dde17c7e1350ecfbf643e3460a427d
1 parent
14f7d956
Exists in
master
and in
11 other branches
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,7 +56,6 @@ | ||
| 56 | color: #172938; | 56 | color: #172938; |
| 57 | margin: 0; | 57 | margin: 0; |
| 58 | padding-top: 5px; | 58 | padding-top: 5px; |
| 59 | - background: #fff; | ||
| 60 | margin-bottom: 10px; | 59 | margin-bottom: 10px; |
| 61 | text-align: left; | 60 | text-align: left; |
| 62 | } | 61 | } |
| @@ -71,7 +70,6 @@ | @@ -71,7 +70,6 @@ | ||
| 71 | font-family: asap_bold; | 70 | font-family: asap_bold; |
| 72 | font-size: 16px; | 71 | font-size: 16px; |
| 73 | text-decoration: none; | 72 | text-decoration: none; |
| 74 | - background: #fff; | ||
| 75 | } | 73 | } |
| 76 | 74 | ||
| 77 | .proposal-item { | 75 | .proposal-item { |
| @@ -84,6 +82,10 @@ | @@ -84,6 +82,10 @@ | ||
| 84 | vertical-align: top; | 82 | vertical-align: top; |
| 85 | } | 83 | } |
| 86 | 84 | ||
| 85 | + .proposal-item:hover { | ||
| 86 | + background: #eeeff1; | ||
| 87 | + } | ||
| 88 | + | ||
| 87 | .proposal-category-items { | 89 | .proposal-category-items { |
| 88 | text-align: left; | 90 | text-align: left; |
| 89 | border-radius: 6px; | 91 | border-radius: 6px; |