|
|
@ -11922,7 +11922,7 @@ body { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.lpx-content-container .lpx-content { |
|
|
.lpx-content-container .lpx-content { |
|
|
padding: 2em; |
|
|
padding: 1.25em 2em 3em; |
|
|
max-width: 1280px; |
|
|
max-width: 1280px; |
|
|
margin: 0 auto; |
|
|
margin: 0 auto; |
|
|
} |
|
|
} |
|
|
@ -11948,16 +11948,16 @@ body { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.lpx-main-title { |
|
|
.lpx-main-title { |
|
|
font-size: 1.5rem !important; |
|
|
font-size: 1.25rem !important; |
|
|
font-weight: 600; |
|
|
font-weight: 500; |
|
|
color: #161616; |
|
|
color: #161616; |
|
|
margin-bottom: 0.75rem; |
|
|
margin-bottom: 0.875rem; |
|
|
margin-top: 0.25rem; |
|
|
margin-top: 0.875rem; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.lpx-sidebar { |
|
|
.lpx-sidebar { |
|
|
background-color: #161616; |
|
|
background-color: #161616; |
|
|
color: #777d87; |
|
|
color: #9198a5; |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
@ -12071,6 +12071,27 @@ body { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.lpx-nav { |
|
|
|
|
|
padding-top: 72px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: 1200px) { |
|
|
|
|
|
.lpx-footbar-container { |
|
|
|
|
|
left: 280px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
@media only screen and (min-width: 768px) and (max-width: 1199px) { |
|
|
|
|
|
.lpx-footbar-container { |
|
|
|
|
|
left: 72px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: 1200px) { |
|
|
|
|
|
#lpx-wrapper.hover-trigger .lpx-footbar-container { |
|
|
|
|
|
left: 72px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.lpx-avatar { |
|
|
.lpx-avatar { |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
@ -12092,33 +12113,38 @@ body { |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
display: flex; |
|
|
display: flex; |
|
|
font-size: 20px; |
|
|
font-size: 20px; |
|
|
color: #777d87; |
|
|
color: #9198a5; |
|
|
background-color: #f5f5f7; |
|
|
background-color: #f5f5f7; |
|
|
} |
|
|
} |
|
|
.lpx-avatar .lpx-avatar-icon .lpx-icon { |
|
|
.lpx-avatar .lpx-avatar-icon .lpx-icon { |
|
|
display: flex; |
|
|
display: flex; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.lpx-breadcrumb-wrapper { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
margin: 0 auto; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.lpx-breadcrumb-container { |
|
|
.lpx-breadcrumb-container { |
|
|
height: 40px; |
|
|
height: 30px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.lpx-breadcrumb { |
|
|
.lpx-breadcrumb { |
|
|
display: flex; |
|
|
display: flex; |
|
|
padding: 0; |
|
|
padding: 0; |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
border-radius: 16px 16px 0 0; |
|
|
border-radius: 0.5rem; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.lpx-breadcrumb-item { |
|
|
.lpx-breadcrumb-item { |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
position: relative; |
|
|
position: relative; |
|
|
font-size: 0.875em; |
|
|
font-size: 0.725rem; |
|
|
padding: 0 16px; |
|
|
padding: 0 10px; |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
color: rgba(104, 107, 110, 0.65); |
|
|
|
|
|
transition: background-color 0.3s ease; |
|
|
transition: background-color 0.3s ease; |
|
|
line-height: 40px; |
|
|
line-height: 30px; |
|
|
} |
|
|
} |
|
|
.lpx-breadcrumb-item a { |
|
|
.lpx-breadcrumb-item a { |
|
|
color: unset; |
|
|
color: unset; |
|
|
@ -12192,10 +12218,10 @@ body { |
|
|
|
|
|
|
|
|
.lpx-breadcrumb-separator { |
|
|
.lpx-breadcrumb-separator { |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
line-height: 40px; |
|
|
line-height: 30px; |
|
|
width: 1px; |
|
|
width: 1px; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
background: rgba(104, 107, 110, 0.08); |
|
|
background: rgba(104, 107, 110, 0.075); |
|
|
} |
|
|
} |
|
|
.lpx-breadcrumb-separator:last-child { |
|
|
.lpx-breadcrumb-separator:last-child { |
|
|
display: none; |
|
|
display: none; |
|
|
@ -12275,31 +12301,91 @@ body { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.lpx-topbar-container { |
|
|
.lpx-topbar-container { |
|
|
top: 0; |
|
|
flex-wrap: wrap; |
|
|
position: sticky; |
|
|
position: sticky; |
|
|
|
|
|
top: 0; |
|
|
padding: 0; |
|
|
padding: 0; |
|
|
background-color: #161616; |
|
|
background-color: #161616; |
|
|
z-index: 101; |
|
|
z-index: 101; |
|
|
flex-wrap: wrap; |
|
|
box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02); |
|
|
-webkit-backdrop-filter: saturate(180%) blur(20px); |
|
|
|
|
|
backdrop-filter: saturate(180%) blur(20px); |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
.lpx-topbar-container .lpx-topbar { |
|
|
.lpx-topbar { |
|
|
|
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
|
|
|
margin: 0 auto; |
|
|
background-color: #f5f5f7; |
|
|
background-color: #f5f5f7; |
|
|
border-radius: 16px 16px 0 0; |
|
|
border-radius: 1em 1em 0 0; |
|
|
padding: 0; |
|
|
padding: 0; |
|
|
border-bottom: 1px solid rgba(104, 107, 110, 0.08); |
|
|
border: 1px solid rgba(104, 107, 110, 0.075); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.lpx-topbar-content { |
|
|
.lpx-content-wrapper { |
|
|
justify-content: center; |
|
|
border: 1px solid rgba(104, 107, 110, 0.075); |
|
|
align-items: center; |
|
|
border-top: 0; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.lpx-footbar-container { |
|
|
|
|
|
flex-wrap: wrap; |
|
|
|
|
|
padding: 0; |
|
|
|
|
|
background-color: #161616; |
|
|
|
|
|
z-index: 101; |
|
|
|
|
|
position: fixed; |
|
|
|
|
|
bottom: 0; |
|
|
|
|
|
top: inherit; |
|
|
|
|
|
right: 72px; |
|
|
|
|
|
left: 280px; |
|
|
|
|
|
box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02); |
|
|
|
|
|
} |
|
|
|
|
|
@media only screen and (max-width: 767px) { |
|
|
|
|
|
.lpx-footbar-container { |
|
|
|
|
|
top: auto; |
|
|
|
|
|
right: 0; |
|
|
|
|
|
left: 0; |
|
|
|
|
|
bottom: 72px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
.lpx-footbar-container .lpx-footbar { |
|
|
|
|
|
display: flex; |
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
margin: 0 auto; |
|
|
|
|
|
background-color: #f5f5f7; |
|
|
|
|
|
border-radius: 0 0 1em 1em; |
|
|
|
|
|
border: 1px solid rgba(104, 107, 110, 0.075); |
|
|
|
|
|
font-size: 0.725rem; |
|
|
|
|
|
} |
|
|
|
|
|
.lpx-footbar-container .lpx-footbar .lpx-footbar-solo-links { |
|
|
display: flex; |
|
|
display: flex; |
|
|
margin-right: 10px; |
|
|
} |
|
|
gap: 0.5rem; |
|
|
.lpx-footbar-container .lpx-footbar .lpx-footbar-solo-links a { |
|
|
|
|
|
border-left: 1px solid rgba(104, 107, 110, 0.075); |
|
|
|
|
|
line-height: 30px; |
|
|
|
|
|
color: #686b6e; |
|
|
|
|
|
text-decoration: none; |
|
|
|
|
|
padding: 0 1rem; |
|
|
|
|
|
transition: color 0.2s ease; |
|
|
|
|
|
} |
|
|
|
|
|
.lpx-footbar-container .lpx-footbar .lpx-footbar-solo-links a:hover { |
|
|
|
|
|
color: var(--lpx-brand); |
|
|
|
|
|
} |
|
|
|
|
|
.lpx-footbar-container .lpx-footbar .lpx-footbar-copyright { |
|
|
|
|
|
color: #686b6e; |
|
|
|
|
|
line-height: 30px; |
|
|
|
|
|
padding-left: 1rem; |
|
|
|
|
|
padding-right: 1rem; |
|
|
|
|
|
white-space: nowrap; |
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
|
} |
|
|
|
|
|
.lpx-footbar-container .lpx-footbar .lpx-footbar-copyright span { |
|
|
|
|
|
opacity: 0.5; |
|
|
|
|
|
} |
|
|
|
|
|
.lpx-footbar-container .lpx-footbar .lpx-footbar-copyright a { |
|
|
|
|
|
color: #686b6e; |
|
|
|
|
|
text-decoration: none; |
|
|
|
|
|
transition: color 0.2s ease; |
|
|
|
|
|
} |
|
|
|
|
|
.lpx-footbar-container .lpx-footbar .lpx-footbar-copyright a:hover { |
|
|
|
|
|
color: var(--lpx-brand); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.lpx-menu-item { |
|
|
.lpx-menu-item { |
|
|
@ -12307,8 +12393,7 @@ body { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.lpx-nav { |
|
|
.lpx-nav { |
|
|
color: #777d87; |
|
|
color: #9198a5; |
|
|
padding-top: 72px; |
|
|
|
|
|
} |
|
|
} |
|
|
.lpx-nav .lpx-nav-menu { |
|
|
.lpx-nav .lpx-nav-menu { |
|
|
padding: 0 0 15px 0; |
|
|
padding: 0 0 15px 0; |
|
|
@ -12329,7 +12414,7 @@ body { |
|
|
display: flex; |
|
|
display: flex; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
color: #777d87; |
|
|
color: #9198a5; |
|
|
height: 48px; |
|
|
height: 48px; |
|
|
line-height: 48px; |
|
|
line-height: 48px; |
|
|
transition: color 0.25s ease, background-color 0.3s ease; |
|
|
transition: color 0.25s ease, background-color 0.3s ease; |
|
|
@ -12358,12 +12443,10 @@ body { |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
} |
|
|
} |
|
|
.lpx-nav-menu .lpx-menu-item-link .lpx-menu-item-icon .lpx-icon { |
|
|
.lpx-nav-menu .lpx-menu-item-link .lpx-menu-item-icon .lpx-icon { |
|
|
line-height: 1; |
|
|
|
|
|
text-align: center; |
|
|
text-align: center; |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
position: relative; |
|
|
position: relative; |
|
|
width: 48px; |
|
|
width: 48px; |
|
|
height: 48px; |
|
|
|
|
|
transition: all 0.25s ease; |
|
|
transition: all 0.25s ease; |
|
|
font-size: 16px; |
|
|
font-size: 16px; |
|
|
opacity: 0.86; |
|
|
opacity: 0.86; |
|
|
@ -12409,6 +12492,47 @@ body { |
|
|
padding-left: 84px; |
|
|
padding-left: 84px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.lpx-menu-item { |
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
color: #9198a5; |
|
|
|
|
|
height: 48px; |
|
|
|
|
|
line-height: 48px; |
|
|
|
|
|
transition: color 0.25s ease, background-color 0.3s ease; |
|
|
|
|
|
} |
|
|
|
|
|
.lpx-menu-item:hover { |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
} |
|
|
|
|
|
.lpx-menu-item:hover .lpx-menu-item-icon { |
|
|
|
|
|
color: var(--lpx-brand); |
|
|
|
|
|
opacity: 1; |
|
|
|
|
|
} |
|
|
|
|
|
.lpx-menu-item:hover .dd-icon { |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
opacity: 1; |
|
|
|
|
|
} |
|
|
|
|
|
.lpx-menu-item.selected { |
|
|
|
|
|
color: #fff; |
|
|
|
|
|
background-color: #222; |
|
|
|
|
|
} |
|
|
|
|
|
.lpx-menu-item.selected .lpx-menu-item-icon, |
|
|
|
|
|
.lpx-menu-item.selected .dd-icon { |
|
|
|
|
|
color: var(--lpx-brand); |
|
|
|
|
|
opacity: 1; |
|
|
|
|
|
} |
|
|
|
|
|
.lpx-menu-item .dd-icon { |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
text-align: center; |
|
|
|
|
|
opacity: 0.5; |
|
|
|
|
|
right: 24px; |
|
|
|
|
|
width: 24px; |
|
|
|
|
|
} |
|
|
|
|
|
.lpx-inner-menu-item .lpx-menu-item-link { |
|
|
|
|
|
transition: background-color 0.5s ease, color 0.25s ease; |
|
|
|
|
|
} |
|
|
|
|
|
.lpx-inner-menu-item .lpx-menu-item-link.selected, .lpx-inner-menu-item .lpx-menu-item-link:hover { |
|
|
|
|
|
background-color: #222; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.lpx-favorite { |
|
|
.lpx-favorite { |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
@ -12416,6 +12540,20 @@ body { |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.lpx-footer { |
|
|
|
|
|
border-top: 1px solid rgba(104, 107, 110, 0.075); |
|
|
|
|
|
font-size: 0.725rem; |
|
|
|
|
|
color: rgba(104, 107, 110, 0.75); |
|
|
|
|
|
} |
|
|
|
|
|
.lpx-footer a { |
|
|
|
|
|
padding: 0 10px; |
|
|
|
|
|
margin: 0; |
|
|
|
|
|
color: rgba(104, 107, 110, 0.75); |
|
|
|
|
|
transition: background-color 0.3s ease; |
|
|
|
|
|
line-height: 30px; |
|
|
|
|
|
text-decoration: none; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.lpx-user-profile { |
|
|
.lpx-user-profile { |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
@ -12456,7 +12594,7 @@ body { |
|
|
} |
|
|
} |
|
|
.lpx-mobile-navbar .user-menu .lpx-icon { |
|
|
.lpx-mobile-navbar .user-menu .lpx-icon { |
|
|
font-size: 36px; |
|
|
font-size: 36px; |
|
|
color: #777d87; |
|
|
color: #9198a5; |
|
|
} |
|
|
} |
|
|
.lpx-mobile-navbar .lpx-logo-container { |
|
|
.lpx-mobile-navbar .lpx-logo-container { |
|
|
flex: 1 1 auto; |
|
|
flex: 1 1 auto; |
|
|
@ -12508,14 +12646,14 @@ body { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
.user-menu-groups .action { |
|
|
.user-menu-groups .action { |
|
|
color: #777d87; |
|
|
color: #9198a5; |
|
|
display: block; |
|
|
display: block; |
|
|
} |
|
|
} |
|
|
.user-menu-groups .divider { |
|
|
.user-menu-groups .divider { |
|
|
height: 0; |
|
|
height: 0; |
|
|
margin: 0.5rem 0; |
|
|
margin: 0.5rem 0; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
border-top: 1px solid rgba(119, 125, 135, 0.3); |
|
|
border-top: 1px solid rgba(145, 152, 165, 0.3); |
|
|
} |
|
|
} |
|
|
.user-menu-groups .action-group-menu { |
|
|
.user-menu-groups .action-group-menu { |
|
|
padding: 12px 0; |
|
|
padding: 12px 0; |
|
|
|