Commit 22d552949456828ba86f573302a8efa3ba5aec90

Authored by Rafael Diego
2 parents 0aa5f770 d6a8527d

Merge branch 'master' into staging

src/app/layout.scss
... ... @@ -361,8 +361,12 @@ blockquote {
361 361  
362 362 p {
363 363 margin-left: 60px;
364   - padding-top: 50px;
  364 +
  365 + &:first-of-type {
  366 + padding-top: 50px;
  367 + }
365 368 }
  369 +
366 370 }
367 371  
368 372 .page--program .program-content blockquote,
... ...
src/app/pages/programas/programas.scss
... ... @@ -370,5 +370,16 @@
370 370 .list-inside-blockquote {
371 371 margin-left: 40px;
372 372 }
  373 +
  374 + .bloco-farmacia-popular-bg {
  375 + background-color: #7282b5;
  376 + }
  377 +
  378 + a {
  379 + color: black;
  380 + font-weight: 600;
  381 + font-style: italic;
  382 + text-decoration: underline;
  383 + }
373 384 }
374 385 }
... ...