|
|
|
@ -43,7 +43,9 @@ |
|
|
|
<div class="pages-list-container"> |
|
|
|
<div class="nav-header"> |
|
|
|
<span class="navigator-title">Navigator</span> |
|
|
|
<span class="components-nav-header">Pages</span> |
|
|
|
<div class="border-line" /> |
|
|
|
|
|
|
|
<span class="components-nav-page">Pages</span> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="nav-items-container"> |
|
|
|
@ -152,25 +154,29 @@ |
|
|
|
overflow-y: hidden; |
|
|
|
} |
|
|
|
|
|
|
|
.components-nav-header { |
|
|
|
.components-nav-page { |
|
|
|
font-size: 12px; |
|
|
|
color: #000333; |
|
|
|
text-transform: uppercase; |
|
|
|
margin-top: 1rem; |
|
|
|
padding-left: 20px; |
|
|
|
margin-top: 20px; |
|
|
|
font-weight: 700; |
|
|
|
opacity: 0.6; |
|
|
|
} |
|
|
|
|
|
|
|
.nav-group-header { |
|
|
|
font-size: 0.9rem; |
|
|
|
padding-left: 1rem; |
|
|
|
.components-nav-header { |
|
|
|
font-size: 12px; |
|
|
|
color: #000333; |
|
|
|
text-transform: uppercase; |
|
|
|
margin-top: 20px; |
|
|
|
font-weight: 700; |
|
|
|
opacity: 0.6; |
|
|
|
} |
|
|
|
|
|
|
|
.nav-header { |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
margin-top: 1.5rem; |
|
|
|
padding: 0 1.8rem; |
|
|
|
margin-top: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
.nav-items-container { |
|
|
|
@ -179,7 +185,7 @@ |
|
|
|
|
|
|
|
.nav-group-header { |
|
|
|
display: flex; |
|
|
|
padding: 1.5rem 0 0 1.8rem; |
|
|
|
padding: 0px 20px 0px 20px; |
|
|
|
font-size: 0.9rem; |
|
|
|
font-weight: bold; |
|
|
|
justify-content: space-between; |
|
|
|
@ -212,20 +218,20 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.navigator-title { |
|
|
|
font-size: 14px; |
|
|
|
color: var(--secondary100); |
|
|
|
font-weight: 500; |
|
|
|
text-transform: uppercase; |
|
|
|
font-weight: 400; |
|
|
|
color: #999; |
|
|
|
font-size: 0.9rem; |
|
|
|
padding: 0 20px 20px 20px; |
|
|
|
line-height: 1rem !important; |
|
|
|
} |
|
|
|
|
|
|
|
.border-line { |
|
|
|
border-bottom: 1px solid #ddd; |
|
|
|
margin-top: 1.5rem; |
|
|
|
width: calc(100% + 1.5rem); |
|
|
|
border-bottom: 1px solid #d8d8d8; |
|
|
|
} |
|
|
|
|
|
|
|
.components-list-container { |
|
|
|
overflow: auto; |
|
|
|
padding: 0 30px 0 0; |
|
|
|
padding: 20px 0px 0 0; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|