feat(sw-453): fixed mobile view and some improvements

This commit is contained in:
Pontus Dreij
2024-10-28 13:11:24 +01:00
parent 8da94fc259
commit 917f44f323
20 changed files with 299 additions and 103 deletions

View File

@@ -25,3 +25,13 @@
border-color: var(--Base-Button-Primary-Fill-Disabled);
cursor: not-allowed;
}
.caption {
display: none;
}
@media (min-width: 768px) {
.caption {
display: block;
}
}

View File

@@ -40,7 +40,7 @@ export default function FilterChip({
height={iconHeight}
width={iconWidth}
/>
<Caption type="bold" color={color}>
<Caption type="bold" color={color} className={styles.caption}>
{label}
</Caption>
<input