Możliwość dodania opinii o produkcie
This commit is contained in:
15
style.less
15
style.less
@@ -172,4 +172,19 @@
|
||||
&:not(.--success):hover {
|
||||
opacity: 0.6;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* opinions */
|
||||
.product__opinions{
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
align-items: center;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.product__opinions .icon-star{
|
||||
color: #ffbc00;
|
||||
}
|
||||
.product__opinions .icon-star:not(.--active)::before{
|
||||
content: "\f006";
|
||||
}
|
||||
Reference in New Issue
Block a user