feat(SW-340): Removed !important
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
.closeButton {
|
.container .closeButton {
|
||||||
pointer-events: initial;
|
pointer-events: initial;
|
||||||
box-shadow: var(--button-box-shadow);
|
box-shadow: var(--button-box-shadow);
|
||||||
gap: var(--Spacing-x-half);
|
gap: var(--Spacing-x-half);
|
||||||
display: none !important;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@@ -28,11 +28,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.closeButton {
|
.container .closeButton {
|
||||||
display: flex !important;
|
display: flex;
|
||||||
}
|
}
|
||||||
.filterContainerCloseButton {
|
.container .listingContainer .filterContainer .filterContainerCloseButton {
|
||||||
display: none !important;
|
display: none;
|
||||||
}
|
}
|
||||||
.backToTopButton {
|
.backToTopButton {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
Reference in New Issue
Block a user