Files
web/components/Header/TopMenu/Search/search.module.css
2024-09-03 13:26:15 +02:00

21 lines
505 B
CSS

.button {
background-color: transparent;
color: var(--Base-Text-High-contrast);
font-family: var(--typography-Caption-Regular-fontFamily);
font-size: var(--typography-Caption-Regular-fontSize);
border-width: 0;
padding: 0;
cursor: pointer;
display: flex;
gap: var(--Spacing-x1);
align-items: center;
width: 100%;
}
@media screen and (min-width: 768px) {
.button {
font-size: var(--typography-Body-Bold-fontSize);
font-family: var(--typography-Body-Bold-fontFamily);
}
}