#45 - Ajouter de nouveaux filtres sur la liste

This commit is contained in:
Damien Broqua 2022-04-10 16:42:21 +02:00
parent f5196edfb8
commit 9dd7a35f22
4 changed files with 164 additions and 1 deletions

View file

@ -17,6 +17,7 @@
}
@include respond-to("small-up") {
width: 33%;
&:last-child {
padding-right: 0;
}
@ -28,6 +29,17 @@
}
}
.showMoreFilters {
cursor: pointer;
.up::before {
transform: rotate(90deg);
}
.down::before {
transform: rotate(270deg);
}
}
.list{
.title {
.icon-trash {