mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-29 14:00:05 +02:00

[web] Introduce menu bar shared component GitOrigin-RevId: c304cc4e1e5961fe4ef7d2112e8d9f91c47dd0ec
13 lines
282 B
SCSS
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;
|
|
}
|
|
}
|