Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SHS-5845: Collection with Well color for a page with a side bar menu #1639

Merged
merged 3 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ field_name: field_bg_color_width
entity_type: paragraph
bundle: hs_priv_collection
label: 'Background Color Width'
description: ''
description: 'Applies when the page is full width. If the page includes a sidebar, this option will have no effect.'
required: true
translatable: false
default_value:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,16 @@
width: 100%;
}

.field-hs-row-components,
.field-hs-collection-items,
> h2 {
@include hb-page-width;
}

.field-hs-row-components,
.field-hs-collection-items {
.hb-three-column--no-sidebar & {
@include hb-page-width;
}
}
}

&--gray-well {
Expand Down