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