2022-03-06 14:38:26 +01:00
|
|
|
.collection {
|
|
|
|
h1 {
|
|
|
|
i {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
2022-02-18 16:53:54 +01:00
|
|
|
|
2022-04-10 16:42:21 +02:00
|
|
|
.showMoreFilters {
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
.up::before {
|
|
|
|
transform: rotate(90deg);
|
|
|
|
}
|
|
|
|
.down::before {
|
|
|
|
transform: rotate(270deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-02-18 16:53:54 +01:00
|
|
|
.list{
|
|
|
|
.title {
|
2022-02-23 08:41:30 +01:00
|
|
|
.icon-trash {
|
2022-02-20 21:52:47 +01:00
|
|
|
cursor: pointer;
|
2022-03-01 16:09:46 +01:00
|
|
|
color: $danger-color;
|
|
|
|
@include transition() {}
|
2022-02-20 21:52:47 +01:00
|
|
|
|
|
|
|
&:hover {
|
2022-03-01 16:09:46 +01:00
|
|
|
color: $danger-color-hl;
|
2022-02-20 21:52:47 +01:00
|
|
|
}
|
|
|
|
}
|
2022-02-18 16:53:54 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|