File tree Expand file tree Collapse file tree 1 file changed +9
-18
lines changed Expand file tree Collapse file tree 1 file changed +9
-18
lines changed Original file line number Diff line number Diff line change 1
1
@if $display_on_desktop == " false" {
2
- .banner-box {
2
+ .desktop-view .banner-box {
3
+ display : none !important ;
4
+ }
5
+ }
6
+ @if $display_on_mobile == " false" {
7
+ .mobile-view .banner-box {
3
8
display : none !important ;
4
9
}
5
10
}
6
11
7
12
// Default positioning when outlet is shared
8
- #main > div .ember-view {
13
+ #main > div {
9
14
display : flex ;
10
15
flex-direction : column ;
11
16
29
34
}
30
35
31
36
@if $swap_default_positioning == " true" {
32
- #main > div .ember-view {
37
+ #main > div {
33
38
.below-site-header-outlet {
34
39
order : -2 ;
35
40
& + .below-site-header-outlet {
249
254
}
250
255
251
256
@media screen and (max-width : 736px ) {
252
- @if $display_on_mobile == " false" {
253
- .banner-box {
254
- display : none !important ;
255
- }
256
- }
257
-
258
257
// Wrap columns
259
258
.banner-box .row {
260
259
display : block ;
286
285
}
287
286
}
288
287
289
- @media screen and (min-width : 736px ) {
290
- @if $display_on_desktop == " false" {
291
- .banner-box {
292
- display : none !important ;
293
- }
294
- }
295
- }
296
-
297
288
// Experimental mobile width tweaks.
298
- .mobile-view #main div .ember-view #main-outlet {
289
+ .mobile-view #main > div #main-outlet {
299
290
width : -webkit-fill-available ;
300
291
width : -moz-available ;
301
292
}
You can’t perform that action at this time.
0 commit comments