|
|
|
@ -54,9 +54,7 @@ |
|
|
|
|
|
|
|
<div class="pages-list-container"> |
|
|
|
<div class="nav-header"> |
|
|
|
<span class="navigator-title">Navigator</span> |
|
|
|
<div class="border-line" /> |
|
|
|
|
|
|
|
<span class="navigator-title">Navigate</span> |
|
|
|
<span class="components-nav-page">Pages</span> |
|
|
|
</div> |
|
|
|
|
|
|
|
@ -131,7 +129,7 @@ |
|
|
|
grid-template-columns: 275px 1fr 275px; |
|
|
|
height: 100%; |
|
|
|
width: 100%; |
|
|
|
background: #fafafa; |
|
|
|
background: var(--grey-light); |
|
|
|
} |
|
|
|
|
|
|
|
@media only screen and (min-width: 1800px) { |
|
|
|
@ -140,7 +138,7 @@ |
|
|
|
grid-template-columns: 300px 1fr 300px; |
|
|
|
height: 100%; |
|
|
|
width: 100%; |
|
|
|
background: #fafafa; |
|
|
|
background: var(--grey-light); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@ -159,7 +157,6 @@ |
|
|
|
margin: 40px; |
|
|
|
background: #fff; |
|
|
|
border-radius: 5px; |
|
|
|
box-shadow: 0 0px 6px rgba(0, 0, 0, 0.05); |
|
|
|
} |
|
|
|
|
|
|
|
.components-pane { |
|
|
|
@ -171,8 +168,7 @@ |
|
|
|
|
|
|
|
.components-nav-page { |
|
|
|
font-size: 13px; |
|
|
|
color: #000333; |
|
|
|
text-transform: uppercase; |
|
|
|
color: var(--ink); |
|
|
|
padding-left: 20px; |
|
|
|
margin-top: 20px; |
|
|
|
font-weight: 600; |
|
|
|
@ -182,8 +178,7 @@ |
|
|
|
|
|
|
|
.components-nav-header { |
|
|
|
font-size: 13px; |
|
|
|
color: #000333; |
|
|
|
text-transform: uppercase; |
|
|
|
color: var(--ink); |
|
|
|
margin-top: 20px; |
|
|
|
font-weight: 600; |
|
|
|
opacity: 0.4; |
|
|
|
@ -235,13 +230,10 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.navigator-title { |
|
|
|
font-size: 14px; |
|
|
|
color: var(--secondary100); |
|
|
|
font-weight: 600; |
|
|
|
text-transform: uppercase; |
|
|
|
font-size: 18px; |
|
|
|
color: var(--ink); |
|
|
|
font-weight: bold; |
|
|
|
padding: 0 20px 20px 20px; |
|
|
|
line-height: 1rem !important; |
|
|
|
letter-spacing: 1px; |
|
|
|
} |
|
|
|
|
|
|
|
.border-line { |
|
|
|
|