Skip to content

Commit

Permalink
Inverte cores dos icones no tile padrao
Browse files Browse the repository at this point in the history
  • Loading branch information
agnogueira committed Sep 4, 2018
1 parent 77e7750 commit f7079f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webpack/app/scss/_tiles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ p.tile-description {
margin-bottom: 12px;
}

/*inverte a cor dos icones sociais para o tile padrao */
#content .tile-default .share,
#content .tile-default .share {
filter: invert(100%);
}

/* header com fio separador */
.tile.fio-separador {
margin-bottom: 2.4em;
Expand Down

0 comments on commit f7079f3

Please sign in to comment.