Skip to content

Commit

Permalink
Merge pull request #158 from OpenSourceOrg/update/wide-template-chang…
Browse files Browse the repository at this point in the history
…es-width-all-element-develop

[Develop] Update/wide template changes width all element develop
  • Loading branch information
mlaetitia authored Dec 6, 2024
2 parents 31076fb + a5fbb84 commit 03af363
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 2 deletions.
6 changes: 6 additions & 0 deletions themes/osi/assets/css/editor-style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion themes/osi/assets/css/editor-style.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions themes/osi/assets/scss/_4_elements.inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ form {
max-width: $contentMax;
}

.page-template-template-no-header-wide form {
max-width: $boxedMax
}

input[type="text"],
input[type="date"],
input[type="time"],
Expand Down
4 changes: 4 additions & 0 deletions themes/osi/assets/scss/_6_components.content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, dl, address {
max-width: $contentMax;
}

.page-template-template-no-header-wide .post--content > &, .page-template-template-no-header-wide .wp-block-group > & {
max-width: $boxedMax;
}

.footer & {
max-width: none !important;
}
Expand Down
4 changes: 4 additions & 0 deletions themes/osi/assets/scss/_6_components.wp-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@
}
}

.page-template-template-no-header-wide .press-mentions-header.wp-block-cover .wp-block-cover__inner-container {
max-width: $boxedMax;
}

.press-mentions-header.wp-block-cover {
align-items: flex-start;
color: $Nwhite;
Expand Down
7 changes: 7 additions & 0 deletions themes/osi/assets/scss/_7_vendor.plugin--sugar-calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@
}
}


.page-template-template-no-header-wide .post-type-archive-sc_event {
#content-page {
max-width: $boxedMax;
}
}

#sc-event-ticketing-buy-button,
#sc-event-ticketing-purchase {

Expand Down
15 changes: 15 additions & 0 deletions themes/osi/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion themes/osi/style.css.map

Large diffs are not rendered by default.

0 comments on commit 03af363

Please sign in to comment.