MusicTopus/sass/collection.scss
2025-02-17 15:03:08 +01:00

32 lines
No EOL
567 B
SCSS

.collection {
h1 {
i {
cursor: pointer;
}
}
.showMoreFilters {
cursor: pointer;
.up::before {
transform: rotate(90deg);
}
.down::before {
transform: rotate(270deg);
}
}
.list{
.title {
.icon-trash {
cursor: pointer;
color: $danger-color;
@include transition() {}
&:hover {
color: $danger-color-hl;
}
}
}
}
}