Commit 2a86d02e3e885d201ff544bafd523d42204a91fd
1 parent
599453c2
Exists in
master
and in
5 other branches
update the captcha component style
Showing
1 changed file
with
10 additions
and
3 deletions
Show diff stats
sass/style.sass
... | ... | @@ -1212,11 +1212,18 @@ td |
1212 | 1212 | clear: both |
1213 | 1213 | content: " " |
1214 | 1214 | display: table |
1215 | - #serpro_captcha_component_img_captcha_serpro_gov_br | |
1215 | + #divContainerUI_captcha_serpro_gov_br | |
1216 | + border: none | |
1217 | + box-shadow: none | |
1218 | + width: 250px | |
1219 | + #img_captcha_serpro_gov_br | |
1216 | 1220 | float: left |
1217 | - #serpro_captcha_component_divButtons_captcha_serpro_gov_br | |
1221 | + #divButtons_captcha_serpro_gov_br | |
1218 | 1222 | float: left |
1219 | - margin: 10px | |
1223 | + width: 100px | |
1224 | + img | |
1225 | + float: left | |
1226 | + margin: 0 0 0 10px | |
1220 | 1227 | |
1221 | 1228 | // 6.22 - random proposal |
1222 | 1229 | .random-proposal > .success-panel | ... | ... |