Skip to content

Commit

Permalink
update background for menu drawer on mobile and tablet for davis scho…
Browse files Browse the repository at this point in the history
…lars homepage
  • Loading branch information
poojagunturu96 committed Nov 14, 2023
1 parent e7a157c commit ced62b9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
22 changes: 22 additions & 0 deletions src/scss/components/_davis-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,28 @@
}
}

.theme-davis {
.page-header--has-image {
min-height: 400px;
}

.drawer__content {
background: $black;
}

.drawer-nav__item {
border-top-color: $gray;
}

.drawer-nav__handle {
border-left-color: $gray;
}

.drawer-nav__list {
border-top-color: $gray;
}
}

.davis-nav {
@include print-hide;
display: none;
Expand Down
4 changes: 0 additions & 4 deletions src/scss/components/_page-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
color: $white;
padding-right: $spacing-4; // make room for tooltip on image
}

.theme-davis & {
min-height: 400px;
}
}

.page-header__figure {
Expand Down

0 comments on commit ced62b9

Please sign in to comment.