Commit 22d552949456828ba86f573302a8efa3ba5aec90
Exists in
master
and in
4 other branches
Merge branch 'master' into staging
Showing
2 changed files
with
16 additions
and
1 deletions
Show diff stats
src/app/layout.scss
@@ -361,8 +361,12 @@ blockquote { | @@ -361,8 +361,12 @@ blockquote { | ||
361 | 361 | ||
362 | p { | 362 | p { |
363 | margin-left: 60px; | 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 | .page--program .program-content blockquote, | 372 | .page--program .program-content blockquote, |
src/app/pages/programas/programas.scss
@@ -370,5 +370,16 @@ | @@ -370,5 +370,16 @@ | ||
370 | .list-inside-blockquote { | 370 | .list-inside-blockquote { |
371 | margin-left: 40px; | 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 | } |