woocommerce/plugins/woocommerce-admin/client/store-management-links/style.scss

6 lines
298 B
SCSS
Raw Normal View History

// 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;
}