Commit ea2dc9f8eeb73f1f4a4ccb09cc29448fcd7c2e04
Exists in
master
and in
10 other branches
Merge remote-tracking branch 'upstream/master'
Showing
2 changed files
with
9 additions
and
2 deletions
Show diff stats
sass/_proposal_categories.scss
| @@ -184,6 +184,9 @@ | @@ -184,6 +184,9 @@ | ||
| 184 | p, .description, label, .info, h2 small{ | 184 | p, .description, label, .info, h2 small{ |
| 185 | font-size: 18px !important; | 185 | font-size: 18px !important; |
| 186 | } | 186 | } |
| 187 | + .bloco-destaque { | ||
| 188 | + background-image: url("transparent"); | ||
| 189 | + } | ||
| 187 | } | 190 | } |
| 188 | @media only screen and (max-width: 630px) { | 191 | @media only screen and (max-width: 630px) { |
| 189 | .proposal-detail .categories select{ | 192 | .proposal-detail .categories select{ |
| @@ -195,4 +198,7 @@ | @@ -195,4 +198,7 @@ | ||
| 195 | .proposal-item { | 198 | .proposal-item { |
| 196 | width: 95% !important; | 199 | width: 95% !important; |
| 197 | } | 200 | } |
| 201 | + .bloco-destaque { | ||
| 202 | + background-image: none !important; | ||
| 203 | + } | ||
| 198 | } | 204 | } |
sass/proposal_detail/mais-medicos.scss
| 1 | -.proposal-detail-base | 1 | +.proposal-detail-base { |
| 2 | .bloco-destaque { | 2 | .bloco-destaque { |
| 3 | background-image: url("http://www.participa.br/articles/public/0009/6039/mais-medicos-foto4.png"); | 3 | background-image: url("http://www.participa.br/articles/public/0009/6039/mais-medicos-foto4.png"); |
| 4 | background-repeat: no-repeat; | 4 | background-repeat: no-repeat; |
| @@ -19,4 +19,5 @@ | @@ -19,4 +19,5 @@ | ||
| 19 | font-size: 38px; | 19 | font-size: 38px; |
| 20 | color: #172938; | 20 | color: #172938; |
| 21 | text-transform: none; | 21 | text-transform: none; |
| 22 | - } | ||
| 23 | \ No newline at end of file | 22 | \ No newline at end of file |
| 23 | + } | ||
| 24 | +} | ||
| 24 | \ No newline at end of file | 25 | \ No newline at end of file |