Commit 29bbc270 by Manzar Hussain

update css

parent a2c9440c
......@@ -4461,12 +4461,13 @@ a.more-detail:hover:after {
}
}
.wpcf7-form-control-wrap.g-recaptcha-response {margin-top:14px;}
.text-align-left{
.wpcf7-form-control-wrap.g-recaptcha-response {margin-top:14px;}
.text-align-left{
text-align: left;
display: none;
}
.disclaimer_checkbox input[type="checkbox"] {
.disclaimer_checkbox input[type="checkbox"] {
opacity: 0;
position: absolute;
top: 0px;
......@@ -4511,4 +4512,22 @@ a.more-detail:hover:after {
position: absolute;
top: 2px;
left: 0px;
}
.cf7emc-captcha-field {
display: flex !important;
background: #fff;
align-items: center;
padding: 0px 20px;
border: 1px solid #c6c6c6;
height:40px;
}
.cf7emc-captcha-field input {border-left:0px !important; border-right:0px !important; outline: none;}
.cf7emc-captcha-field > span {padding:0px 5px;}
.cf7emc-captcha-field .wpcf7-not-valid-tip{
display: inline-flex !important;
position: absolute !important;
top: 54px;
left: -6px;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment