24 lines
482 B
SCSS
24 lines
482 B
SCSS
#main-outlet-wrapper {
|
|
.sidebar-section-header {
|
|
margin-bottom: 0.25em;
|
|
}
|
|
.sidebar-section-header-link {
|
|
font-size: var(--font-0);
|
|
}
|
|
.sidebar-section-link {
|
|
padding: 0.5em;
|
|
font-size: var(--font-0);
|
|
}
|
|
}
|
|
|
|
.sidebar-wrapper .sidebar-footer-wrapper .sidebar-footer-container {
|
|
margin-top: 0.5em;
|
|
margin-right: 0;
|
|
padding-left: 0.25em;
|
|
}
|
|
|
|
.sidebar-more-section-links-details
|
|
.sidebar-more-section-links-details-summary {
|
|
font-size: var(--font-0);
|
|
}
|