mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Updated frontend styles for product card
refs https://github.com/TryGhost/Team/issues/1245
This commit is contained in:
parent
325de3e5cf
commit
88238e6403
@ -1,4 +1,4 @@
|
||||
.kg-product-card {
|
||||
.kg-product-card-container {
|
||||
display: flex;
|
||||
background: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgb(124 139 154 / 25%);
|
||||
@ -9,7 +9,7 @@
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.kg-product-card-container {
|
||||
.kg-product-card {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
Loading…
Reference in New Issue
Block a user