discourse/app/assets/stylesheets/common/base/uc-modernize-foundation-theme/header.scss
2026-06-02 13:29:09 -05:00

50 lines
906 B
SCSS
Vendored

@use "lib/viewport";
.uc-modernize-foundation-theme {
.d-header {
height: 3.25em;
}
.d-header {
--d-control-height: var(--space-8);
}
.d-header .title {
@include viewport.from(sm) {
--d-logo-height: 2.3em;
}
}
.extra-info-wrapper .title-wrapper {
@include viewport.from(sm) {
font-size: var(--font-down-1);
}
}
.header-sidebar-toggle button,
.d-header-icons .icon {
width: 2em;
height: 2em;
}
.d-header-icons .badge-notification {
right: -6px;
padding: 0.2em 0.4em;
}
.header-sidebar-toggle button .d-icon,
.d-header-icons .header-dropdown-toggle:not(.user-menu-panel) .d-icon {
font-size: var(--font-up-3);
}
.d-header-icons .icon img.avatar {
width: 2em;
height: 2em;
}
.d-header-icons .btn.icon {
height: 2em !important;
width: 2em !important;
padding: 0.2143em !important;
}
}