formatting
This commit is contained in:
parent
1353e229e8
commit
cc9a620429
|
@ -51,10 +51,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<PageLayout layout={$store.pages[$store.currentPageName]} />
|
||||
|
||||
|
||||
<div class="components-list-container">
|
||||
<div class="nav-group-header">
|
||||
<span class="components-nav-header" style="margin-top: 0;">
|
||||
|
@ -114,10 +112,9 @@
|
|||
grid-template-columns: 300px 1fr 300px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background: #FBFBFB;
|
||||
background: #fbfbfb;
|
||||
}
|
||||
|
||||
|
||||
.ui-nav {
|
||||
grid-column: 1;
|
||||
background-color: var(--white);
|
||||
|
|
|
@ -37,5 +37,4 @@
|
|||
width: 300px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
@ -63,7 +63,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<PageLayout layout={$store.pages[$store.currentPageName]} />
|
||||
|
||||
<div class="components-list-container">
|
||||
|
|
Loading…
Reference in New Issue