51 lines
1.3 KiB
CSS
51 lines
1.3 KiB
CSS
/*
|
|
* Hook name example
|
|
* .pqnp-subscribe-block.pqnp-display-footer-before
|
|
* .pqnp-subscribe-block.pqnp-display-footer
|
|
* .pqnp-subscribe-block.pqnp-display-left-column
|
|
* .pqnp-subscribe-block.pqnp-display-right-column
|
|
*/
|
|
.pqnp-subscribe-block {
|
|
/* For all hooks */
|
|
font-size: 0.875rem;
|
|
margin-bottom: 0.625rem;
|
|
/* For hooks displayLeftColumn, displayRightColumn */
|
|
}
|
|
|
|
.pqnp-subscribe-block .input-wrapper {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.pqnp-subscribe-block .input-wrapper .pqnp-email-address {
|
|
width: 100%;
|
|
padding: 11px;
|
|
height: 42px;
|
|
font-size: inherit;
|
|
}
|
|
|
|
.pqnp-subscribe-block .pqnp-subscribe-button {
|
|
display: block;
|
|
height: 42px;
|
|
}
|
|
|
|
.pqnp-subscribe-block p.pqnp-subscribe-title {
|
|
padding: 10px 15px 0;
|
|
}
|
|
|
|
.pqnp-subscribe-block p.pqnp-subscribe-description {
|
|
padding: 10px 0 0;
|
|
}
|
|
|
|
.pqnp-subscribe-block.pqnp-display-left-column h6.pqnp-subscribe-title, .pqnp-subscribe-block.pqnp-display-right-column h6.pqnp-subscribe-title {
|
|
font-size: 15px;
|
|
text-transform: uppercase;
|
|
font-weight: 700;
|
|
color: #232323;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.pqnp-subscribe-block.pqnp-display-left-column .pqnp-email-address, .pqnp-subscribe-block.pqnp-display-right-column .pqnp-email-address {
|
|
background-color: white;
|
|
}
|
|
|
|
/*# sourceMappingURL=newsletter_subscribe_block.css.map */ |