Sync
This commit is contained in:
@@ -15,6 +15,21 @@ body {
|
||||
height: 100%;
|
||||
margin: 0; }
|
||||
|
||||
.LP-Main {
|
||||
display: table;
|
||||
flex-direction: row-reverse;
|
||||
height: calc(100% - 61px); }
|
||||
.LP-Main .LP-Main__Content {
|
||||
display: table-cell;
|
||||
width: calc(100% -300px);
|
||||
min-height: 1px;
|
||||
padding: 25px; }
|
||||
.LP-Main .LP-Main__Sidebar {
|
||||
display: table-cell;
|
||||
width: 250px;
|
||||
flex-grow: 0;
|
||||
height: 100%; }
|
||||
|
||||
.LP-Link {
|
||||
color: #565656;
|
||||
text-decoration: none;
|
||||
@@ -275,6 +290,8 @@ body {
|
||||
text-align: left;
|
||||
margin-bottom: 10px;
|
||||
padding-left: 25px; }
|
||||
.LP-Menu--sidebar .LP-Menu__List .LP-Menu__Item--additional {
|
||||
background-color: #ccc; }
|
||||
.LP-Menu--sidebar .LP-Menu__List .LP-Menu__Item .LP-Link {
|
||||
line-height: 1em; }
|
||||
.LP-Menu--sidebar .LP-Menu__List .LP-Menu__Item:last-child {
|
||||
@@ -518,18 +535,3 @@ body {
|
||||
height: auto;
|
||||
margin: 0;
|
||||
padding: 0; } }
|
||||
|
||||
.LP-Main {
|
||||
display: table;
|
||||
flex-direction: row-reverse;
|
||||
height: calc(100% - 61px); }
|
||||
.LP-Main .LP-Main__Content {
|
||||
display: table-cell;
|
||||
width: calc(100% -300px);
|
||||
min-height: 1px;
|
||||
padding: 25px; }
|
||||
.LP-Main .LP-Main__Sidebar {
|
||||
display: table-cell;
|
||||
width: 250px;
|
||||
flex-grow: 0;
|
||||
height: 100%; }
|
Reference in New Issue
Block a user