From 972d56b45b2c90006888c700c1f702e9cb6303ef Mon Sep 17 00:00:00 2001 From: Carlos Vieira Date: Wed, 17 Apr 2019 10:54:13 -0300 Subject: [PATCH] Corrigi overflow nos IOS e chrome. Issue #32 --- recipes/barra_versao_2/assets/estilo-barra.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/recipes/barra_versao_2/assets/estilo-barra.scss b/recipes/barra_versao_2/assets/estilo-barra.scss index ba5d1a2..d373bbd 100644 --- a/recipes/barra_versao_2/assets/estilo-barra.scss +++ b/recipes/barra_versao_2/assets/estilo-barra.scss @@ -55,8 +55,8 @@ body.contraste #barra-brasil, body.contraste .link-vlibras { background: #000 !important; } -body.contraste #barra-brasil .link-barra, body.contraste #barra-brasil .link-vlibras { - color: #FF0 !important; +body.contraste #barra-brasil .link-barra, body.contraste #barra-brasil .link-vlibras { + color: #FF0 !important; text-decoration: underline; } @@ -116,14 +116,14 @@ div#wrapper-barra-brasil { z-index: 8; } } - + .logo-vlibras:hover + .link-vlibras, .logo-vlibras:active + .link-vlibras, .logo-vlibras:focus + .link-vlibras, .link-vlibras:hover, .link-vlibras:active, .link-vlibras:focus { - width: 166px !important; + width: 132px !important; height: 50px !important; display: inline-table; border: 2px solid $cor-borda; @@ -131,6 +131,7 @@ div#wrapper-barra-brasil { visibility: visible; background: $cor-fundo; z-index: 8; + line-height: 1.75em; } } @@ -269,6 +270,6 @@ div#wrapper-barra-brasil { } #barra-brasil .acesso-info .link-barra:after { - content: " Barra GovBr"; + content: " Barra GovBr"; } } -- libgit2 0.21.2