Move into wp-content path

Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
2019-08-31 00:48:20 +02:00
parent f523d8ccc0
commit 3724cc6edd
342 changed files with 108652 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
/*-----------------------------------------------------------------------------------*/
/* Contact Form 7
/*-----------------------------------------------------------------------------------*/
.site-content {
div.wpcf7 {
clear: both;
overflow: hidden;
max-width: 100%;
padding: 0 0 30px;
input,
textarea,
p {
font-size: 16px;
font-size: 1rem;
}
p {
margin: 10px 0 0 0;
padding: 0;
&:last-of-type {
padding: 0;
}
}
input {
&[type='text'], &[type='email'] {
width: 100%;
}
}
textarea {
width: 100%;
}
}
input.wpcf7-submit,
div.wpcf7 p input.wpcf7-submit {
clear: both;
overflow: hidden;
width: 100%;
font-weight: 600;
}
}