mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-11 10:46:17 +09:00
42 lines
561 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|