Commit 972d56b45b2c90006888c700c1f702e9cb6303ef

Authored by Carlos Vieira
1 parent 7d17a52e
Exists in master

Corrigi overflow nos IOS e chrome. Issue #32

recipes/barra_versao_2/assets/estilo-barra.scss
@@ -55,8 +55,8 @@ body.contraste #barra-brasil, body.contraste .link-vlibras { @@ -55,8 +55,8 @@ body.contraste #barra-brasil, body.contraste .link-vlibras {
55 background: #000 !important; 55 background: #000 !important;
56 } 56 }
57 57
58 -body.contraste #barra-brasil .link-barra, body.contraste #barra-brasil .link-vlibras {  
59 - color: #FF0 !important; 58 +body.contraste #barra-brasil .link-barra, body.contraste #barra-brasil .link-vlibras {
  59 + color: #FF0 !important;
60 text-decoration: underline; 60 text-decoration: underline;
61 } 61 }
62 62
@@ -116,14 +116,14 @@ div#wrapper-barra-brasil { @@ -116,14 +116,14 @@ div#wrapper-barra-brasil {
116 z-index: 8; 116 z-index: 8;
117 } 117 }
118 } 118 }
119 - 119 +
120 .logo-vlibras:hover + .link-vlibras, 120 .logo-vlibras:hover + .link-vlibras,
121 .logo-vlibras:active + .link-vlibras, 121 .logo-vlibras:active + .link-vlibras,
122 .logo-vlibras:focus + .link-vlibras, 122 .logo-vlibras:focus + .link-vlibras,
123 .link-vlibras:hover, 123 .link-vlibras:hover,
124 .link-vlibras:active, 124 .link-vlibras:active,
125 .link-vlibras:focus { 125 .link-vlibras:focus {
126 - width: 166px !important; 126 + width: 132px !important;
127 height: 50px !important; 127 height: 50px !important;
128 display: inline-table; 128 display: inline-table;
129 border: 2px solid $cor-borda; 129 border: 2px solid $cor-borda;
@@ -131,6 +131,7 @@ div#wrapper-barra-brasil { @@ -131,6 +131,7 @@ div#wrapper-barra-brasil {
131 visibility: visible; 131 visibility: visible;
132 background: $cor-fundo; 132 background: $cor-fundo;
133 z-index: 8; 133 z-index: 8;
  134 + line-height: 1.75em;
134 } 135 }
135 } 136 }
136 137
@@ -269,6 +270,6 @@ div#wrapper-barra-brasil { @@ -269,6 +270,6 @@ div#wrapper-barra-brasil {
269 } 270 }
270 271
271 #barra-brasil .acesso-info .link-barra:after { 272 #barra-brasil .acesso-info .link-barra:after {
272 - content: " Barra GovBr"; 273 + content: " Barra GovBr";
273 } 274 }
274 } 275 }