style: apply navy background to entire sidebar panel with card body and header overrides
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m30s
TaxBaik CI/CD / build-and-deploy (push) Successful in 1m30s
This commit is contained in:
@@ -1852,22 +1852,46 @@ textarea:focus-visible {
|
||||
Tabler Navbar Vertical (Admin Sidebar)
|
||||
============================================================================ */
|
||||
|
||||
.admin-sidebar-card {
|
||||
border-radius: var(--radius-xl);
|
||||
overflow: hidden;
|
||||
box-shadow: var(--shadow-sm);
|
||||
background: #1A2F4A;
|
||||
aside {
|
||||
background: #1A2F4A !important;
|
||||
padding: var(--space-2) !important;
|
||||
border-radius: var(--radius-md);
|
||||
}
|
||||
|
||||
.admin-sidebar-header {
|
||||
background: #1A2F4A;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||||
padding: var(--space-3) var(--space-4);
|
||||
.admin-sidebar-card {
|
||||
border-radius: var(--radius-md);
|
||||
overflow: hidden;
|
||||
box-shadow: none;
|
||||
background: #1A2F4A !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.admin-sidebar-card .card-header {
|
||||
background: #1A2F4A !important;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
|
||||
padding: var(--space-3) var(--space-4) !important;
|
||||
}
|
||||
|
||||
.admin-sidebar-card .card-title {
|
||||
color: #FFFFFF !important;
|
||||
font-size: var(--font-size-base);
|
||||
font-weight: var(--font-weight-semibold);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.admin-sidebar-body {
|
||||
background: #1A2F4A;
|
||||
padding: 0;
|
||||
background: #1A2F4A !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.admin-sidebar-card .card-body {
|
||||
background: #1A2F4A !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.admin-sidebar-card .accordion-item {
|
||||
background: transparent !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.admin-sidebar-card .accordion-button {
|
||||
|
||||
Reference in New Issue
Block a user