2022-05-16 13:03:46 +00:00
|
|
|
$ces-feedback-height: 64px;
|
|
|
|
|
2022-04-08 17:28:43 +00:00
|
|
|
.wooocommerce-task-card__header .wooocommerce-task-card__header-subtitle {
|
2022-04-21 19:40:48 +00:00
|
|
|
color: $gray-700;
|
|
|
|
margin-bottom: $gap-large;
|
2022-04-07 19:56:20 +00:00
|
|
|
}
|
|
|
|
|
2022-04-25 14:35:46 +00:00
|
|
|
.wooocommerce-task-card__finished-header-image {
|
|
|
|
max-width: 75%;
|
|
|
|
}
|
|
|
|
|
2022-04-07 19:56:20 +00:00
|
|
|
.customer-feedback-simple__container {
|
2022-05-16 13:03:46 +00:00
|
|
|
height: $ces-feedback-height;
|
2022-04-07 19:56:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-task-card__header-menu {
|
2022-04-21 19:40:48 +00:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
2022-05-16 13:03:46 +00:00
|
|
|
|
|
|
|
.wooocommerce-task-card__header-ces-feedback {
|
|
|
|
height: $ces-feedback-height;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2023-08-01 12:28:39 +00:00
|
|
|
|
|
|
|
.woocommerce-task-header__contents-container.woocommerce-task-header__customize-store img.svg-background {
|
|
|
|
padding-right: 16px;
|
|
|
|
padding-top: 9px; // align with header text
|
|
|
|
}
|