feat(SW-453): Fixed new filter buttons and updated price in summary

This commit is contained in:
Pontus Dreij
2024-10-28 10:43:53 +01:00
parent 7b36139684
commit 8da94fc259
39 changed files with 367 additions and 62 deletions

View File

@@ -15,6 +15,7 @@
opacity: 0;
transition: opacity 0.3s;
max-width: 200px;
min-width: 150px;
}
.tooltipContainer:hover .tooltip {
@@ -31,11 +32,15 @@
}
.top {
bottom: 100%;
bottom: calc(100% + 8px);
}
.bottom {
top: 100%;
top: calc(100% + 8px);
}
.bottom.arrowRight {
right: 0;
}
.tooltip::before {