Dodawanie do ulubionych
This commit is contained in:
23
style.less
23
style.less
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user