23 lines
342 B
SCSS
23 lines
342 B
SCSS
.wpcf7 .screen-reader-response {
|
|
display: none;
|
|
}
|
|
|
|
.wpcf7-response-output {
|
|
@extend p;
|
|
@extend .container;
|
|
@extend .container-narrow;
|
|
|
|
padding: 1em 0 0;
|
|
margin-top: 2em;
|
|
border: 1px solid $grey-light;
|
|
border-width: 1px 0 0;
|
|
|
|
.knockout & {
|
|
border-color: rgba($white, 0.3);
|
|
}
|
|
}
|
|
|
|
.wpcf7-display-none {
|
|
display: none;
|
|
}
|