0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Updated the way star rating colors are shown

ref https://github.com/TryGhost/Team/issues/1245
This commit is contained in:
djordje vlaisavljevic 2021-12-09 13:35:39 +01:00
parent 00546e6ff3
commit 7f89b07c85

View file

@ -8,6 +8,7 @@
max-width: 550px;
padding: 20px;
width: 100%;
align-items: center;
}
.kg-product-card {
@ -27,6 +28,7 @@
gap: 8px;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
}
.kg-product-card-title-container {
@ -47,6 +49,7 @@
line-height: 1.6em;
opacity: .7;
margin-top: 8px;
width: 100%;
}
.kg-product-card-button {
@ -89,11 +92,12 @@
}
.kg-product-card-rating-star svg {
fill: #ebeef0;
fill: currentColor;
opacity: 0.15;
}
.kg-product-card-rating-active.kg-product-card-rating-star svg {
fill: #394047;
opacity: 1;
}
.kg-product-card-button {