Skip to content

Commit fa6846d

Browse files
committed
New wide page template - make changes to all elements styles
1 parent 31076fb commit fa6846d

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

themes/osi/assets/scss/_4_elements.inputs.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ form {
77
max-width: $contentMax;
88
}
99

10+
.page-template-template-no-header-wide form {
11+
max-width: $boxedMax
12+
}
13+
1014
input[type="text"],
1115
input[type="date"],
1216
input[type="time"],

themes/osi/assets/scss/_6_components.content.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, dl, address {
1313
max-width: $contentMax;
1414
}
1515

16+
.page-template-template-no-header-wide .post--content > &, .page-template-template-no-header-wide .wp-block-group > & {
17+
max-width: $boxedMax;
18+
}
19+
1620
.footer & {
1721
max-width: none !important;
1822
}

themes/osi/assets/scss/_6_components.wp-content.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@
226226
}
227227
}
228228

229+
.page-template-template-no-header-wide .press-mentions-header.wp-block-cover .wp-block-cover__inner-container {
230+
max-width: $boxedMax;
231+
}
232+
229233
.press-mentions-header.wp-block-cover {
230234
align-items: flex-start;
231235
color: $Nwhite;

themes/osi/assets/scss/_7_vendor.plugin--sugar-calendar.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@
133133
}
134134
}
135135

136+
137+
.page-template-template-no-header-wide .post-type-archive-sc_event {
138+
#content-page {
139+
max-width: $boxedMax;
140+
}
141+
}
142+
136143
#sc-event-ticketing-buy-button,
137144
#sc-event-ticketing-purchase {
138145

0 commit comments

Comments
 (0)