2025-10-25 11:39:24 +02:00

20 lines
382 B
SCSS

.header {
.header__toolbar {
display: flex;
align-items: center;
.header__left-group {
width: 100px;
display: flex;
align-items: center;
gap: 12px; // optional spacing between menu and dropdown
}
.header__right-group {
margin-left: auto; // pushes it to the far right
display: flex;
align-items: center;
}
}
}