File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed
labs/navigationdrawer/internal Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 1212
1313@mixin styles () {
1414 .md3-navigation-drawer-modal , .md3-navigation-drawer {
15- background-color : var (--_container-color );
16- border-radius : var (--_container-shape );
17- height : var (--_container-height );
18-
19- & .md3-navigation-drawer-modal--opened , .md3-navigation-drawer--opened {
20- inline-size : var (--_container-width );
21- }
22-
23- .md3-navigation-drawer-modal__slot-content , .md3-navigation-drawer__slot-content {
24- min-inline-size : var (--_container-width );
25- max-inline-size : var (--_container-width );
26- }
15+ background-color : var (--_container-color );
16+ border-radius : var (--_container-shape );
17+ height : var (--_container-height );
18+ }
19+ .md3-navigation-drawer-modal.md3-navigation-drawer-modal--opened , .md3-navigation-drawer.md3-navigation-drawer--opened {
20+ inline-size : var (--_container-width );
21+ }
22+ .md3-navigation-drawer-modal .md3-navigation-drawer-modal__slot-content , .md3-navigation-drawer .md3-navigation-drawer__slot-content {
23+ min-inline-size : var (--_container-width );
24+ max-inline-size : var (--_container-width );
2725 }
2826}
You can’t perform that action at this time.
0 commit comments