rebase from live enviornment
This commit is contained in:
18
wp/plugins/contact-form-7/modules/stripe/style.css
Normal file
18
wp/plugins/contact-form-7/modules/stripe/style.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user