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
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 | } | ... | ... |