2020-06-16 02:30:41 +00:00
|
|
|
.woocommerce-marketing-coupons {
|
|
|
|
padding-top: $gap;
|
|
|
|
|
|
|
|
* {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2020-10-23 06:41:45 +00:00
|
|
|
.components-card {
|
|
|
|
margin-bottom: 24px;
|
2020-06-16 02:30:41 +00:00
|
|
|
}
|
2020-07-16 05:52:06 +00:00
|
|
|
|
|
|
|
.woocommerce-marketing-recommended-extensions-item {
|
|
|
|
.woocommerce-admin-marketing-product-icon {
|
|
|
|
background: $studio-white;
|
|
|
|
color: $studio-white;
|
|
|
|
overflow: hidden;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
transition: background 0.2s ease;
|
|
|
|
|
2020-11-23 10:15:07 +00:00
|
|
|
&:not(.is-placeholder) {
|
|
|
|
border: 1px solid var(--wp-admin-theme-color);
|
|
|
|
}
|
|
|
|
|
2020-07-16 05:52:06 +00:00
|
|
|
svg {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
transition: fill 0.2s ease;
|
2020-07-17 00:11:42 +00:00
|
|
|
fill: var(--wp-admin-theme-color);
|
2020-07-16 05:52:06 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
2020-11-23 10:15:07 +00:00
|
|
|
.woocommerce-admin-marketing-product-icon:not(.is-placeholder) {
|
2020-07-17 00:11:42 +00:00
|
|
|
background: var(--wp-admin-theme-color) !important;
|
2020-07-16 05:52:06 +00:00
|
|
|
|
|
|
|
svg {
|
|
|
|
fill: #fff !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-06-16 02:30:41 +00:00
|
|
|
}
|