File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
7
7
:host {
8
- transition : margin-left $swift-ease-out-duration $swift-ease-out-timing-function ,
9
- margin-right $swift-ease-out-duration $swift-ease-out-timing-function ;
10
-
11
8
& > .md-sidenav-backdrop {
12
9
& .md-sidenav-shown {
13
10
transition : background-color $swift-ease-out-duration $swift-ease-out-timing-function ;
14
11
}
15
12
}
16
13
17
14
& > md-content {
18
- transition : margin-left $swift-ease-out-duration $swift-ease-out-timing-function ,
19
- margin-right $swift-ease-out-duration $swift-ease-out-timing-function ,
20
- left $swift-ease-out-duration $swift-ease-out-timing-function ,
15
+ transition : left $swift-ease-out-duration $swift-ease-out-timing-function ,
21
16
right $swift-ease-out-duration $swift-ease-out-timing-function ;
22
17
}
23
18
You can’t perform that action at this time.
0 commit comments