Commit 905af901c8033166b0db511c4c1e5acdd948c400
Exists in
master
and in
8 other branches
Merge branch 'rafael' into merlin
Showing
1 changed file
with
11 additions
and
6 deletions
Show diff stats
src/app/layout.scss
... | ... | @@ -329,19 +329,20 @@ a.link-black { |
329 | 329 | |
330 | 330 | blockquote { |
331 | 331 | border-left: medium none; |
332 | - padding: 50px 0 0 50px; | |
332 | + padding: 60px 0 0 65px; | |
333 | 333 | position: relative; |
334 | 334 | margin: 0px; |
335 | 335 | border-left: none; |
336 | - | |
336 | + // line-height: 28px; | |
337 | 337 | &:before { |
338 | 338 | content: "\231C"; |
339 | - font-size: 200px; | |
339 | + font-size: 300px; | |
340 | 340 | line-height: 200px; |
341 | 341 | position: absolute; |
342 | - top: -10px; | |
343 | - left: -10px; | |
342 | + top: 25px; | |
343 | + left: -25px; | |
344 | 344 | font-weight: bolder; |
345 | + opacity: 0.5; | |
345 | 346 | @each $category, |
346 | 347 | $color in $categories { |
347 | 348 | .#{$category} & { |
... | ... | @@ -349,7 +350,6 @@ blockquote { |
349 | 350 | } |
350 | 351 | } |
351 | 352 | } |
352 | - | |
353 | 353 | } |
354 | 354 | |
355 | 355 | .page--program .program-content blockquote, |
... | ... | @@ -459,3 +459,8 @@ ul li:last-child { |
459 | 459 | padding: 18% 10% 0 10%; |
460 | 460 | } |
461 | 461 | } |
462 | + | |
463 | +.bloco-mais-medicos { | |
464 | + background-color: #3D4AB3; | |
465 | + padding-top: 25px; | |
466 | +} | ... | ... |