@scania/tegel
Version:
Tegel Design System
14 lines • 374 B
CSS
:host tds-header-item {
display: none;
}
:host tds-header-item ::slotted(*) {
background-image: var(--tds-background-image-scania-symbol-svg-local), var(--tds-background-image-scania-symbol-svg);
background-size: 30px auto;
background-position: center;
background-repeat: no-repeat;
}
@media (min-width: 992px) {
:host tds-header-item {
display: block;
}
}