This commit is contained in:
@@ -368,6 +368,8 @@ html, body {
|
||||
.admin-sidebar-header {
|
||||
background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
|
||||
border-bottom: 1px solid var(--border-color-light);
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
.admin-sidebar-body {
|
||||
@@ -376,9 +378,11 @@ html, body {
|
||||
|
||||
.admin-sidebar-card .accordion-button {
|
||||
font-weight: var(--font-weight-semibold);
|
||||
font-size: 0.88rem;
|
||||
font-size: 0.82rem;
|
||||
color: var(--text-primary);
|
||||
background: #fff;
|
||||
padding-top: 0.7rem;
|
||||
padding-bottom: 0.7rem;
|
||||
}
|
||||
|
||||
.admin-sidebar-card .accordion-button:not(.collapsed) {
|
||||
@@ -390,9 +394,10 @@ html, body {
|
||||
.admin-sidebar-card .list-group-item {
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
padding: 0.85rem 1rem;
|
||||
padding: 0.65rem 0.9rem;
|
||||
color: var(--text-primary);
|
||||
background: transparent;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.admin-sidebar-card .list-group-item:hover {
|
||||
@@ -411,6 +416,16 @@ html, body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.admin-breadcrumb-header {
|
||||
background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
.admin-breadcrumb-header .breadcrumb {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.admin-content-card .card-body {
|
||||
min-height: calc(100vh - 140px);
|
||||
}
|
||||
@@ -1219,6 +1234,10 @@ textarea:focus-visible {
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.admin-page-shell .page-header {
|
||||
margin-bottom: 0.75rem !important;
|
||||
}
|
||||
|
||||
.admin-page-card {
|
||||
border: 0;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
|
||||
|
||||
Reference in New Issue
Block a user