Skip to content

Commit

Permalink
Fix CSS for takeover banner (#2686)
Browse files Browse the repository at this point in the history
There is no longer a dialog element between the outer and inner layers
  • Loading branch information
RoyEJohnson committed Dec 2, 2024
1 parent ff380fa commit b671f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import 'pattern-library/core/pattern-library/headers';

.modal.takeover-dialog dialog .takeover-content.desktop-only {
.modal.takeover-dialog .takeover-content.desktop-only {
@include width-up-to($phone-max) {
display: none;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import 'pattern-library/core/pattern-library/headers';

.modal.takeover-dialog dialog .takeover-content.mobile-only {
.modal.takeover-dialog .takeover-content.mobile-only {
@include width-up-to($phone-max) {
display: grid;
}
Expand Down

0 comments on commit b671f0d

Please sign in to comment.