feat: Implement base dark theme layout with custom Bootstrap styling, sidebar, and timeline component.
This commit is contained in:
@@ -253,6 +253,13 @@ $warning-dark: #d9a406;
|
||||
|
||||
a {
|
||||
color: $primary;
|
||||
letter-spacing: 0.05em;
|
||||
|
||||
.brand-text {
|
||||
font-family: 'Outfit', 'Inter', sans-serif;
|
||||
color: #fff;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -421,4 +428,10 @@ $warning-dark: #d9a406;
|
||||
&.normal .timeline-dot {
|
||||
border-color: $success;
|
||||
}
|
||||
}
|
||||
|
||||
// Fix for oversized pagination icons
|
||||
.pagination svg {
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
}
|
||||
Reference in New Issue
Block a user