File tree 5 files changed +19
-18
lines changed
5 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 4
4
flex-shrink : 0 ;
5
5
align-items : center ;
6
6
justify-content : space-between ;
7
- margin : 0 var (--pix-spacing-6x );
8
- border-top : 1px solid var (--pix-neutral-20 );
9
7
10
8
@include device-is (' desktop' ) {
11
9
flex-direction : row ;
12
10
}
13
11
12
+ line-height : 1 ;
13
+
14
14
& __navigation {
15
15
display : flex ;
16
16
flex-direction : column ;
33
33
}
34
34
35
35
& __copyrights {
36
- padding : 16px 0 ;
37
36
color : var (--pix-neutral-20 )0 ;
38
37
font-size : 0.75rem ;
39
38
font-family : $font-roboto ;
Original file line number Diff line number Diff line change 30
30
}
31
31
}
32
32
}
33
-
34
- footer {
35
- padding : var (--pix-spacing-4x ) var (--pix-spacing-6x );
36
- }
Original file line number Diff line number Diff line change 1
1
<PixAppLayout @variant =" orga" class =" app" >
2
- <Layout::Sidebar @ placesCount = {{ @model.available }} @ onChangeOrganization = {{ this.onChangeOrganization }} / >
2
+ <:navigation >
3
3
4
- <main class =" main-content__body page" >
5
- <Banner::TopBanners />
6
- {{ outlet }}
7
- <Layout::Footer />
8
- </main >
4
+ <Layout::Sidebar @placesCount ={{ @model.available }} @onChangeOrganization ={{ this.onChangeOrganization }} />
5
+ </:navigation >
6
+ <:main >
9
7
8
+ <main class =" main-content__body page" >
9
+ <Banner::TopBanners />
10
+ {{ outlet }}
11
+ </main >
12
+ </:main >
13
+ <:footer >
14
+ <Layout::Footer />
15
+ </:footer >
10
16
</PixAppLayout >
11
17
<NotificationContainer @position =" bottom-right" />
Original file line number Diff line number Diff line change 55
55
"@1024pix/ember-matomo-tag-manager" : " ^2.4.3" ,
56
56
"@1024pix/ember-testing-library" : " ^3.0.6" ,
57
57
"@1024pix/eslint-config" : " ^1.3.8" ,
58
- "@1024pix/pix-ui" : " ^51.2 .0" ,
58
+ "@1024pix/pix-ui" : " ^52.0 .0" ,
59
59
"@1024pix/stylelint-config" : " ^5.1.24" ,
60
60
"@babel/eslint-parser" : " ^7.19.1" ,
61
61
"@babel/plugin-proposal-decorators" : " ^7.20.13" ,
You can’t perform that action at this time.
0 commit comments