File tree 1 file changed +10
-12
lines changed
labs/navigationdrawer/internal
1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 12
12
13
13
@mixin styles () {
14
14
.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 );
27
25
}
28
26
}
You can’t perform that action at this time.
0 commit comments