Move into wp-content path
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
42
wp-content/themes/Pirate-Rogue/css/sass/plugins/_cf7.scss
Normal file
42
wp-content/themes/Pirate-Rogue/css/sass/plugins/_cf7.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user