Checkout Optimization Test Css
.icon-error::before, .icon-success::before{ | |
display:none; | |
} | |
span.icon-error.valid{ | |
display: none !important; | |
} | |
span.icon-success.valid{ | |
display:none !important; | |
} | |
.input-title-class{ | |
display:none; | |
} | |
.title-form-field{ | |
display:none; | |
} | |
.input-box{ | |
width:100% !important; | |
height:40px; | |
padding-top: 1.4em; | |
} | |
.input-set-wrap{ | |
margin-bottom:0px; | |
} | |
form.wcs-form input.error{ | |
margin-bottom:4px; | |
} | |
#first-name-error{ | |
margin-top:-10px; | |
} | |
::placeholder{ | |
opacity:0; | |
} | |
.street-name-box-2{ | |
display:none; | |
} | |
.address-form-first-name-label,.address-form-last-name-label,.address-form-street-name-label, | |
.address-form-zipcode-label,.address-form-city-label,.address-form-email-label{ | |
font-size: 1.2em; | |
padding-left: .7em; | |
z-index: 1; | |
position:absolute; | |
color:#959595; | |
font-style: inherit; | |
-ms-transition: all .25s ease-in-out 0s; | |
-moz-transition: all .25s ease-in-out 0s; | |
-webkit-transition: all .25s ease-in-out 0s; | |
transition: all .25s ease-in-out 0s; | |
font-weight:500; | |
margin-top:.8em | |
} | |
.address-form-state-label { | |
display:none; | |
} | |
.address-form-phone-label{ | |
font-size: .85em; | |
padding-left: .85em; | |
margin-top: 1px; | |
color: #959595; | |
transition: all .25s ease-in-out 0s; | |
} | |
.field-label-float > label{ | |
font-size: .85em; | |
padding-left: .85em; | |
margin-top: 3px; | |
color: #959595; | |
transition: all .25s ease-in-out 0s; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment