@scania/tegel
Version:
Tegel Design System
19 lines • 409 B
CSS
h4 {
box-sizing: border-box;
color: var(--tds-header-nav-item-color);
font-size: 14px;
font-weight: normal;
font-family: var(--tds-font-family-headline);
letter-spacing: normal;
position: relative;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
h4 slot {
display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding: 0 32px 0 24px;
}