Files
yeuchaybo/assets/scss/plugins/_genesis-enews-extended.scss
T
Thuan Bui fd25f13a4f Initial
2018-06-26 11:09:22 +07:00

42 lines
561 B
SCSS

/* ## Genesis eNews Extended
--------------------------------------------- */
.enews {
form + p {
margin-top: 20px;
}
.after-entry & {
padding: 10px;
text-align: center;
@include breakpoint(sm) {
padding-right: 30px;
padding-left: 30px;
}
}
.sidebar & {
padding: 30px;
background-color: $enews__sidebar--background-color;
}
}
.enews-widget {
input {
margin-bottom: 10px;
font-size: $enews-widget__input--font-size;
&[type="submit"] {
width: 100%;
margin: 0;
}
.after-entry & {
text-align: center;
}
}
}