Compare commits
No commits in common. "8f7e03cda99f5393f64bba26ad41956b155a922a" and "6547569d78da3b7404811fb1bca17679101ffbc0" have entirely different histories.
8f7e03cda9
...
6547569d78
@ -35,7 +35,7 @@
|
||||
min-width: 60px;
|
||||
background-color: $-almost-white;
|
||||
height: 100%;
|
||||
padding-top: 25px;
|
||||
padding-top: 25px;
|
||||
|
||||
.LP-Menu__List{
|
||||
flex-direction: column;
|
||||
@ -57,7 +57,7 @@
|
||||
border-right: 2px solid $-light-brown;
|
||||
position: relative;
|
||||
background-color: $-beige;
|
||||
color: $-wine-red;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -13,7 +13,7 @@
|
||||
.LP-Link{
|
||||
$-link-padding: 1em;
|
||||
padding: $-link-padding 0 $-link-padding $-link-padding;
|
||||
width: calc(100% - 1em);
|
||||
width: calc(100% - $-link-padding);
|
||||
display: block;
|
||||
color: $-grey;
|
||||
|
||||
|
@ -1,19 +1,18 @@
|
||||
$-sidebar-width: 250px;
|
||||
|
||||
.LP-Main{
|
||||
display: table;
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
height: calc(100% - 61px);
|
||||
|
||||
.LP-Main__Content{
|
||||
display: table-cell;
|
||||
flex-grow: 1;
|
||||
width: calc(100% -300px);
|
||||
min-height: 1px;
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
.LP-Main__Sidebar{
|
||||
display: table-cell;
|
||||
flex-shrink: 0;
|
||||
width: $-sidebar-width;
|
||||
flex-grow: 0;
|
||||
height: 100%;
|
||||
|
@ -1,9 +1,9 @@
|
||||
{{> @header}}
|
||||
<article class="LP-Main">
|
||||
<section class="LP-Main__Content">
|
||||
|
||||
</section>
|
||||
<section class="LP-Main__Sidebar">
|
||||
{{> @navigation modifier='--sidebar'}}
|
||||
</section>
|
||||
<section class="LP-Main__Content">
|
||||
{{> @placeoverview}}
|
||||
</section>
|
||||
</article>
|
@ -280,8 +280,7 @@ body {
|
||||
.LP-Menu--sidebar .LP-Menu__List .LP-Menu__Item:hover {
|
||||
border-right: 2px solid #C09F80;
|
||||
position: relative;
|
||||
background-color: #D7CEC7;
|
||||
color: #76323F; }
|
||||
background-color: #D7CEC7; }
|
||||
|
||||
@media (max-width: 750px) {
|
||||
.LP-Menu:not(.LP-Menu--sidebar) .LP-Menu__List {
|
||||
@ -374,7 +373,7 @@ body {
|
||||
margin-top: 12px; }
|
||||
.LP-LinkList__List .LP-LinkList__Item .LP-Link {
|
||||
padding: 1em 0 1em 1em;
|
||||
width: calc(100% - 1em);
|
||||
width: calc(100% - $-link-padding);
|
||||
display: block;
|
||||
color: #565656; }
|
||||
.LP-LinkList__List .LP-LinkList__Item .LP-Link--iconized {
|
||||
@ -517,16 +516,15 @@ body {
|
||||
padding: 0; } }
|
||||
|
||||
.LP-Main {
|
||||
display: table;
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
height: calc(100% - 61px); }
|
||||
.LP-Main .LP-Main__Content {
|
||||
display: table-cell;
|
||||
flex-grow: 1;
|
||||
width: calc(100% -300px);
|
||||
min-height: 1px;
|
||||
padding: 25px; }
|
||||
min-height: 1px; }
|
||||
.LP-Main .LP-Main__Sidebar {
|
||||
display: table-cell;
|
||||
flex-shrink: 0;
|
||||
width: 250px;
|
||||
flex-grow: 0;
|
||||
height: 100%; }
|
||||
|
BIN
public/fonts/Crimson/CrimsonText-BoldItalic.ttf
Normal file
BIN
public/fonts/Crimson/CrimsonText-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
public/fonts/Crimson/CrimsonText-SemiBold.ttf
Normal file
BIN
public/fonts/Crimson/CrimsonText-SemiBold.ttf
Normal file
Binary file not shown.
BIN
public/fonts/Crimson/CrimsonText-SemiBoldItalic.ttf
Normal file
BIN
public/fonts/Crimson/CrimsonText-SemiBoldItalic.ttf
Normal file
Binary file not shown.
BIN
public/fonts/Montserrat/Montserrat-Bold.otf
Normal file
BIN
public/fonts/Montserrat/Montserrat-Bold.otf
Normal file
Binary file not shown.
Binary file not shown.
BIN
public/fonts/Montserrat/Montserrat-Italic.otf
Normal file
BIN
public/fonts/Montserrat/Montserrat-Italic.otf
Normal file
Binary file not shown.
Binary file not shown.
BIN
public/fonts/Montserrat/Montserrat-Regular.otf
Normal file
BIN
public/fonts/Montserrat/Montserrat-Regular.otf
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user