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:
parent
00546e6ff3
commit
7f89b07c85
1 changed files with 6 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue