File tree 2 files changed +8
-8
lines changed
tests/integration/components
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 14
14
15
15
@media (min-width : 769px ) {
16
16
.sidebar-container > .es-sidebar {
17
- width : 234 px ;
18
- margin-right : 32 px ;
17
+ width : 16 rem ;
18
+ margin-right : 2 rem ;
19
19
flex-grow : 0 ;
20
20
flex-shrink : 0 ;
21
21
}
27
27
.sidebar-container > * + .es-sidebar {
28
28
order : 999 ;
29
29
margin-right : unset;
30
- margin-left : 32 px ;
30
+ margin-left : 2 rem ;
31
31
}
32
32
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ module('Integration | Component | es-sidebar', function (hooks) {
36
36
` ) ;
37
37
38
38
assert . dom ( '.sidebar-container .es-sidebar' ) . hasStyle ( {
39
- width : '234px ' ,
39
+ width : '256px ' ,
40
40
} ) ;
41
41
42
42
await render ( hbs `
@@ -47,10 +47,10 @@ module('Integration | Component | es-sidebar', function (hooks) {
47
47
` ) ;
48
48
49
49
assert . dom ( '[data-test-content-left]' ) . hasStyle ( {
50
- width : '706px ' ,
50
+ width : '684px ' ,
51
51
} ) ;
52
52
assert . dom ( '.sidebar-container .es-sidebar' ) . hasStyle ( {
53
- width : '234px ' ,
53
+ width : '256px ' ,
54
54
margin : '0px 0px 0px 32px' ,
55
55
} ) ;
56
56
@@ -62,11 +62,11 @@ module('Integration | Component | es-sidebar', function (hooks) {
62
62
` ) ;
63
63
64
64
assert . dom ( '.sidebar-container .es-sidebar' ) . hasStyle ( {
65
- width : '234px ' ,
65
+ width : '256px ' ,
66
66
margin : '0px 32px 0px 0px' ,
67
67
} ) ;
68
68
assert . dom ( '[data-test-content-right]' ) . hasStyle ( {
69
- width : '706px ' ,
69
+ width : '684px ' ,
70
70
} ) ;
71
71
} ) ;
72
72
} ) ;
You can’t perform that action at this time.
0 commit comments