Commit 2660e7e87a1eba34755ee07027b38e2aa8e57b30

Authored by Rafael Diego
1 parent 17068521

css do bloco mais medicos

Showing 1 changed file with 6 additions and 2 deletions   Show diff stats
src/app/layout.scss
... ... @@ -333,7 +333,7 @@ blockquote {
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 339 font-size: 200px;
... ... @@ -349,7 +349,6 @@ blockquote {
349 349 }
350 350 }
351 351 }
352   -
353 352 }
354 353  
355 354 .page--program .program-content blockquote,
... ... @@ -459,3 +458,8 @@ ul li:last-child {
459 458 padding: 18% 10% 0 10%;
460 459 }
461 460 }
  461 +
  462 +.bloco-mais-medicos {
  463 + background-color: #3D4AB3;
  464 + padding-top: 25px;
  465 +}
... ...