@scania/tegel
Version:
Tegel Design System
24 lines • 466 B
CSS
:host {
font: var(--tds-headline-07);
letter-spacing: var(--tds-headline-07-ls);
color: var(--tds-header-nav-item-color);
}
:host .item {
all: unset;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
min-width: var(--tds-header-height);
height: var(--tds-header-height);
margin: 0;
}
:host .item * {
box-sizing: border-box;
}
:host slot {
white-space: nowrap;
}
:host ::slotted(svg) {
font-size: 20px;
}