#49 - Mise à jour d'une fiche

This commit is contained in:
Damien Broqua 2022-08-30 15:17:14 +02:00
parent 6320764743
commit adea857666
12 changed files with 235 additions and 8 deletions

View file

@ -1,4 +1,26 @@
.ma-collection-details {
h1 {
i {
cursor: pointer;
&.icon-trash {
color: $danger-color;
@include transition() {}
&:hover {
color: $danger-color-hl;
}
}
&.icon-refresh {
color: $primary-color;
@include transition() {}
&:hover {
color: $primary-color-hl;
}
}
}
}
.galerie {
display: flex;
flex-wrap: wrap;