Files
medicalalert-web-reloaded/wp/wp-content/plugins/contact-form-7/modules/stripe/style.css
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

19 lines
315 B
CSS

.wpcf7 .wpcf7-stripe .wpcf7-form-control-wrap {
margin: .6em 0;
}
.wpcf7 .wpcf7-stripe .wpcf7-form-control {
display: block;
background: #f6f7f7;
padding: 12px 12px;
border: 1px solid #787c82;
}
.wpcf7 .wpcf7-stripe button:disabled {
cursor: not-allowed;
}
.wpcf7 .wpcf7-stripe .hidden {
display: none;
}