latex-ub/services/web/frontend/stylesheets/bootstrap-5/components/menu-bar.scss
2025-05-05 12:24:05 +00:00

13 lines
282 B
SCSS

.menu-bar-toggle {
border: none;
border-radius: var(--border-radius-base);
padding: var(--spacing-02);
font-size: var(--font-size-03);
line-height: var(--line-height-03);
font-weight: 400;
box-sizing: border-box;
&.dropdown-toggle::after {
display: none;
}
}