16 lines
271 B
CSS
16 lines
271 B
CSS
.switcher {
|
|
align-items: center;
|
|
display: none;
|
|
font-family: var(--typography-Body-Regular-fontFamily);
|
|
font-size: 1.4rem;
|
|
font-weight: 400;
|
|
gap: 0.6rem;
|
|
line-height: 1.6rem;
|
|
}
|
|
|
|
@media screen and (min-width: 1367px) {
|
|
.switcher {
|
|
display: flex;
|
|
}
|
|
}
|