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

Updated product card amp styles

refs https://github.com/TryGhost/Team/issues/1245
This commit is contained in:
djordje vlaisavljevic 2021-12-13 14:23:24 +01:00
parent c665b65e03
commit 1256d28615

View file

@ -478,6 +478,44 @@
margin-top: 0.8rem;
}
.kg-product-card-container {
background: transparent;
padding: 20px;
width: 100%;
border-radius: 5px;
box-shadow: inset 0 0 0 1px rgb(124 139 154 / 25%);
}
.kg-product-card-description p {
margin-top: 1.5em;
}
.kg-product-card-description ul {
margin-left: 24px;
}
.kg-product-card-title {
font-size: 1.9rem;
font-weight: 700;
}
.kg-product-card-rating-star {
height: 28px;
width: 20px;
margin-right: 2px;
}
.kg-product-card-rating-star svg {
width: 16px;
height: 16px;
fill: currentColor;
opacity: 0.15;
}
.kg-product-card-rating-active.kg-product-card-rating-star svg {
opacity: 1;
}
.kg-nft-card-container {
position: relative;
display: flex;