6 lines
298 B
SCSS
6 lines
298 B
SCSS
// Setting a custom size that is not recognised by the <CardBody> allows us to override the card's default padding sizes.
|
|
// We need to do this to allow item hover backgrounds to stretch the whole card body.
|
|
.woocommerce-store-management-links__card-body.is-size-custom {
|
|
padding: 24px 0 8px 0;
|
|
}
|