Skip to content

Commit

Permalink
Update _shared.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Dakotys authored May 2, 2024
1 parent 2b02497 commit 5efbe20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions labs/navigationdrawer/internal/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
// go/keep-sorted end

@mixin styles() {
.md3-navigation-drawer-modal {
.md3-navigation-drawer-modal, .md3-navigation-drawer {
background-color: var(--_container-color);
border-radius: var(--_container-shape);
height: var(--_container-height);

&.md3-navigation-drawer-modal--opened {
&.md3-navigation-drawer-modal--opened, .md3-navigation-drawer--opened {
inline-size: var(--_container-width);
}

.md3-navigation-drawer-modal__slot-content {
.md3-navigation-drawer-modal__slot-content, .md3-navigation-drawer__slot-content {
min-inline-size: var(--_container-width);
max-inline-size: var(--_container-width);
}
Expand Down

0 comments on commit 5efbe20

Please sign in to comment.