hotfixy filtrów

This commit is contained in:
2023-03-15 18:15:01 +01:00
parent e4c5f6a322
commit ff78eba927
2 changed files with 19 additions and 14 deletions
+4 -2
View File
@@ -77,6 +77,7 @@ h1.option-title {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.5em;
padding: 0.25em 0.25em 0 0;
}
@@ -84,17 +85,18 @@ h1.option-title {
.options_filters {
display: flex;
flex-wrap: wrap;
gap: 0.5em;
margin: 0.5em 0 0 0;
}
.sort-option,
.filter-option {
margin: 0.25em 0.25em 0.25em 0;
padding: 0.25em 0.5em;
}
.sort-option[data-selected='true'] {
color: $accentCol;
font-weight: bold;
}
.filter-option {