Commit 972d56b45b2c90006888c700c1f702e9cb6303ef
1 parent
7d17a52e
Exists in
master
Corrigi overflow nos IOS e chrome. Issue #32
Showing
1 changed file
with
6 additions
and
5 deletions
Show diff stats
recipes/barra_versao_2/assets/estilo-barra.scss
... | ... | @@ -55,8 +55,8 @@ body.contraste #barra-brasil, body.contraste .link-vlibras { |
55 | 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 | 60 | text-decoration: underline; |
61 | 61 | } |
62 | 62 | |
... | ... | @@ -116,14 +116,14 @@ div#wrapper-barra-brasil { |
116 | 116 | z-index: 8; |
117 | 117 | } |
118 | 118 | } |
119 | - | |
119 | + | |
120 | 120 | .logo-vlibras:hover + .link-vlibras, |
121 | 121 | .logo-vlibras:active + .link-vlibras, |
122 | 122 | .logo-vlibras:focus + .link-vlibras, |
123 | 123 | .link-vlibras:hover, |
124 | 124 | .link-vlibras:active, |
125 | 125 | .link-vlibras:focus { |
126 | - width: 166px !important; | |
126 | + width: 132px !important; | |
127 | 127 | height: 50px !important; |
128 | 128 | display: inline-table; |
129 | 129 | border: 2px solid $cor-borda; |
... | ... | @@ -131,6 +131,7 @@ div#wrapper-barra-brasil { |
131 | 131 | visibility: visible; |
132 | 132 | background: $cor-fundo; |
133 | 133 | z-index: 8; |
134 | + line-height: 1.75em; | |
134 | 135 | } |
135 | 136 | } |
136 | 137 | |
... | ... | @@ -269,6 +270,6 @@ div#wrapper-barra-brasil { |
269 | 270 | } |
270 | 271 | |
271 | 272 | #barra-brasil .acesso-info .link-barra:after { |
272 | - content: " Barra GovBr"; | |
273 | + content: " Barra GovBr"; | |
273 | 274 | } |
274 | 275 | } | ... | ... |