Commit 21776f1ef694d51c8a668169b4c5809c2d07de43
1 parent
e4afe03f
Exists in
master
and in
10 other branches
Removed image from Mais Médicos for mobile.
Showing
2 changed files
with
9 additions
and
2 deletions
Show diff stats
sass/_proposal_categories.scss
... | ... | @@ -184,6 +184,9 @@ |
184 | 184 | p, .description, label, .info, h2 small{ |
185 | 185 | font-size: 18px !important; |
186 | 186 | } |
187 | + .bloco-destaque { | |
188 | + background-image: url("transparent"); | |
189 | + } | |
187 | 190 | } |
188 | 191 | @media only screen and (max-width: 630px) { |
189 | 192 | .proposal-detail .categories select{ |
... | ... | @@ -195,4 +198,7 @@ |
195 | 198 | .proposal-item { |
196 | 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 | 2 | .bloco-destaque { |
3 | 3 | background-image: url("http://www.participa.br/articles/public/0009/6039/mais-medicos-foto4.png"); |
4 | 4 | background-repeat: no-repeat; |
... | ... | @@ -19,4 +19,5 @@ |
19 | 19 | font-size: 38px; |
20 | 20 | color: #172938; |
21 | 21 | text-transform: none; |
22 | - } | |
23 | 22 | \ No newline at end of file |
23 | + } | |
24 | +} | |
24 | 25 | \ No newline at end of file | ... | ... |