Skip to content

Commit

Permalink
Acerta cor de fundo menu responsivo para cada cor de tema
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo Barbato committed May 12, 2014
1 parent 0e70028 commit a9333ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/brasil/gov/temas/themes/amarelo/css/style.css
Expand Up @@ -183,7 +183,7 @@
@media only screen and (min-width : 320px) and (max-width : 768px) {

.menuTrigger {
background: #065116 url("../img/bg-menu-mobile.png") top right no-repeat;
background: #f7c514 url("../img/bg-menu-mobile.png") top right no-repeat;
}

.portlet-static-centrais-de-conteudos .portletHeader,
Expand Down
2 changes: 1 addition & 1 deletion src/brasil/gov/temas/themes/azul/css/style.css
Expand Up @@ -167,7 +167,7 @@
@media only screen and (min-width : 320px) and (max-width : 768px) {

.menuTrigger {
background: #065116 url("../img/bg-menu-mobile.png") top right no-repeat;
background: #0e4097 url("../img/bg-menu-mobile.png") top right no-repeat;
}

.portlet-static-centrais-de-conteudos .portletHeader,
Expand Down
2 changes: 1 addition & 1 deletion src/brasil/gov/temas/themes/branco/css/style.css
Expand Up @@ -169,7 +169,7 @@
@media only screen and (min-width : 320px) and (max-width : 768px) {

.menuTrigger {
background: #065116 url("../img/bg-menu-mobile.png") top right no-repeat;
background: #dbdce1 url("../img/bg-menu-mobile.png") top right no-repeat;
}

.portlet-static-centrais-de-conteudos .portletHeader,
Expand Down

0 comments on commit a9333ed

Please sign in to comment.