Dodawanie do ulubionych

This commit is contained in:
2025-11-13 14:26:54 +01:00
parent 0030ce8928
commit c1659c211a
3 changed files with 65 additions and 6 deletions

View File

@@ -123,3 +123,26 @@
}
}
}
/* favorite */
.product__additional{
position: absolute;
top: 1rem;
right: 1rem;
display: flex;
gap: 0.5rem;
z-index: 1;
&> *{
cursor: pointer;
}
}
.product__favorite{
display: block;
&::before{
content: '\E86D';
font-family: FontAwesome;
font-size: 2.6rem;
height: 2.9rem;
}
}