Skip to content

Commit

Permalink
fix(ui): unset main, header and footer on menu open
Browse files Browse the repository at this point in the history
  • Loading branch information
RaneHyv committed Mar 4, 2024
1 parent c344d0c commit cc4f183
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion frontend/theme/extras/blocks/teaser.less
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@

.teaser-item.hero {
.content {
margin-bottom: 1.25rem;
// background-image: linear-gradient(0deg,rgba(0,0,0,.5) 0,transparent 70%);
padding-bottom: 1.25rem;
position: absolute;
z-index: 3;
right: 30px;
Expand All @@ -183,11 +184,19 @@
margin-left: 0;
padding-left: 5px !important;

h2 {
line-height: 65px !important;
}

@media (min-width: 992px) {
padding-left: 20px !important;
}
}

.hero-dates{
margin-bottom: 1.25rem;
}

.image-wrapper {
width: 100%;
min-height: 500px;
Expand Down
10 changes: 5 additions & 5 deletions frontend/theme/extras/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -581,11 +581,11 @@ body.intk-menu-opening {
transform: translateX(100%);
}

// main,
// .header-bg,
// #footer{
// display: unset !important;
// }
main,
.header-bg,
#footer {
display: unset !important;
}

.search {
display: flex;
Expand Down

0 comments on commit cc4f183

Please sign in to comment.