Skip to content

Commit

Permalink
Merge bb2fae2 into eada7a4
Browse files Browse the repository at this point in the history
  • Loading branch information
agnogueira committed Aug 1, 2018
2 parents eada7a4 + bb2fae2 commit 21adab4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion webpack/app/scss/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,18 @@ header#main-header.busca-ativa {
/* inversão de cores para casos especiais */
header.inverter {
background-color: transparent !important;
margin-bottom: 0 !important
margin-bottom: 0 !important;
.header-wrapper {
border-bottom: 1px solid rgba(256,256,256,.2) !important;
}
a:hover, a:link, a:visited {
color: #fff !important;
}
.ico-navegacao,
.header-accessibility .link-contraste:before,
.header-accessibility .link-vlibras:before {
filter: none;
}
}
#portal-breadcrumbs.inverter {
border-bottom: 1px solid hsla(0,0%,100%,.2);
Expand Down

0 comments on commit 21adab4

Please sign in to comment.