Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

[MAINTAIN-161] Make alert full height. #2573

Merged
merged 1 commit into from
Oct 22, 2021
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
118 changes: 117 additions & 1 deletion themes/openy_themes/openy_lily/css/print.css

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

4 changes: 4 additions & 0 deletions themes/openy_themes/openy_lily/css/style.css

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

4 changes: 4 additions & 0 deletions themes/openy_themes/openy_lily/sass/modules/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ $module: 'site-alert';
height: auto;
.site-alert {
height: 100% !important;

& > div {
height: 100%;
}
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions themes/openy_themes/openy_rose/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2569,6 +2569,10 @@ body {
.footer-alerts-list .slick-track .slick-slide .site-alert {
height: 100% !important;
}
.header-alerts-list .slick-track .slick-slide .site-alert > div,
.footer-alerts-list .slick-track .slick-slide .site-alert > div {
height: 100%;
}
.header-alerts-list .slick__arrow,
.footer-alerts-list .slick__arrow {
display: block;
Expand Down
4 changes: 4 additions & 0 deletions themes/openy_themes/openy_rose/scss/modules/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ $module: 'site-alert';
height: auto;
.site-alert {
height: 100% !important;

& > div {
height: 100%;
}
}
}
}
Expand Down