#45 - Ajouter de nouveaux filtres sur la liste
This commit is contained in:
parent
f5196edfb8
commit
9dd7a35f22
4 changed files with 164 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue