feat(SW-453): Fixed new filter buttons and updated price in summary
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user