Use new icons for feedback, pin and download + refactor the pin button

This commit is contained in:
Belén Albeza 2024-01-25 12:20:03 +01:00
parent a3a7c597b5
commit 8798ff937d
19 changed files with 96 additions and 79 deletions

View file

@ -125,26 +125,6 @@
}
}
}
.pin-icon {
cursor: pointer;
display: flex;
align-items: center;
margin-right: $s-16;
background-color: transparent;
border: none;
svg {
width: $s-16;
height: $s-16;
fill: $df-secondary;
}
&.active {
svg {
fill: $da-primary;
}
}
}
}
.grid-container {