uff
This commit is contained in:
22
components/05_Pages/_pages.scss
Normal file
22
components/05_Pages/_pages.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
$-sidebar-width: 250px;
|
||||
|
||||
.LP-Main{
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
height: calc(100% - 61px);
|
||||
|
||||
.LP-Main__Content{
|
||||
flex-grow: 1;
|
||||
width: calc(100% -300px);
|
||||
min-height: 1px;
|
||||
}
|
||||
|
||||
.LP-Main__Navigation{
|
||||
flex-shrink: 0;
|
||||
width: $-sidebar-width;
|
||||
flex-grow: 0;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@import 'placeDetail/placeDetail';
|
0
components/05_Pages/placeDetail/_placeDetail.scss
Normal file
0
components/05_Pages/placeDetail/_placeDetail.scss
Normal file
1
components/05_Pages/placeDetail/placeDetail.config.json
Normal file
1
components/05_Pages/placeDetail/placeDetail.config.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
9
components/05_Pages/placeDetail/placeDetail.hbs
Normal file
9
components/05_Pages/placeDetail/placeDetail.hbs
Normal file
@@ -0,0 +1,9 @@
|
||||
{{> @header}}
|
||||
<article class="LP-Main">
|
||||
<section class="LP-Main__Content">
|
||||
|
||||
</section>
|
||||
<section class="LP-Main__Navigation">
|
||||
{{> @navigation modifier='--sidebar'}}
|
||||
</section>
|
||||
</article>
|
Reference in New Issue
Block a user