Commit ac15fec163ade1eb6ad3aa46a3ecbfed587abbd4
1 parent
95c326d0
Exists in
master
and in
8 other branches
Small fixes at content styles
Showing
3 changed files
with
17 additions
and
1 deletions
Show diff stats
src/app/layout.scss
@@ -250,6 +250,7 @@ ul.list-color li:before { | @@ -250,6 +250,7 @@ ul.list-color li:before { | ||
250 | 250 | ||
251 | .destaque-bg-cinza { | 251 | .destaque-bg-cinza { |
252 | background-color: #F1F1F1; | 252 | background-color: #F1F1F1; |
253 | + color: #484848; | ||
253 | } | 254 | } |
254 | 255 | ||
255 | .destaque-padding { | 256 | .destaque-padding { |
src/app/pages/programas/programa.html
@@ -206,7 +206,7 @@ | @@ -206,7 +206,7 @@ | ||
206 | </section> | 206 | </section> |
207 | 207 | ||
208 | <section class="section-content"> | 208 | <section class="section-content"> |
209 | - <article class="program-content" ng-if="pagePrograma.article"> | 209 | + <article class="program-content" ng-if="pagePrograma.article" ng-class="pagePrograma.article.slug"> |
210 | <div ng-bind-html="pagePrograma.article.bodyTrusted"></div> | 210 | <div ng-bind-html="pagePrograma.article.bodyTrusted"></div> |
211 | </article> | 211 | </article> |
212 | </section> | 212 | </section> |