2021-10-15 19:56:17 +00:00
|
|
|
.woocommerce-task-dashboard__container {
|
|
|
|
.woocommerce-task-card {
|
|
|
|
max-width: 680px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-bottom: $gap-large;
|
|
|
|
|
|
|
|
.components-card__header.is-size-large {
|
|
|
|
padding-bottom: 12px;
|
2019-07-18 10:11:21 +00:00
|
|
|
|
2021-10-15 19:56:17 +00:00
|
|
|
.woocommerce-card__menu {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
2021-04-15 18:42:31 +00:00
|
|
|
}
|
2020-11-04 21:48:26 +00:00
|
|
|
|
2021-10-15 19:56:17 +00:00
|
|
|
.wooocommerce-task-card__header {
|
|
|
|
display: flex;
|
|
|
|
}
|
2021-01-29 21:23:02 +00:00
|
|
|
|
2021-10-15 19:56:17 +00:00
|
|
|
.woocommerce-list__item-text {
|
|
|
|
.woocommerce-pill {
|
|
|
|
padding: 1px $gap-smaller;
|
|
|
|
margin-left: $gap-smaller;
|
2020-05-27 16:08:39 +00:00
|
|
|
}
|
|
|
|
}
|
2019-07-18 10:11:21 +00:00
|
|
|
|
2021-10-15 19:56:17 +00:00
|
|
|
.components-popover__content {
|
|
|
|
min-width: unset;
|
|
|
|
}
|
2021-06-01 18:04:21 +00:00
|
|
|
}
|
2022-01-22 17:48:01 +00:00
|
|
|
|
|
|
|
.woocommerce-task-payments {
|
|
|
|
width: 680px;
|
|
|
|
margin: auto;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2021-10-15 19:56:17 +00:00
|
|
|
}
|
2021-06-01 18:04:21 +00:00
|
|
|
|
2021-10-15 19:56:17 +00:00
|
|
|
.woocommerce-task__additional-info,
|
|
|
|
.woocommerce-task__estimated-time,
|
|
|
|
.woocommerce-task-list__item-expandable-content {
|
|
|
|
color: $gray-700;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2021-06-01 18:04:21 +00:00
|
|
|
|
2021-10-15 19:56:17 +00:00
|
|
|
.woocommerce-task-list__item-expandable-content {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
2019-11-01 04:00:57 +00:00
|
|
|
|
2021-10-15 19:56:17 +00:00
|
|
|
.components-modal__screen-overlay {
|
|
|
|
background: rgba(43, 45, 47, 0.4);
|
|
|
|
}
|
2019-11-01 04:00:57 +00:00
|
|
|
|
2021-10-15 19:56:17 +00:00
|
|
|
.components-modal__frame {
|
|
|
|
.components-modal__header {
|
|
|
|
border-bottom: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2019-11-01 04:00:57 +00:00
|
|
|
|
2021-10-15 19:56:17 +00:00
|
|
|
.woocommerce-task-payments__stripe-error-wrapper {
|
|
|
|
align-items: flex-end;
|
|
|
|
flex-grow: 1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2019-11-01 04:00:57 +00:00
|
|
|
}
|
2019-03-28 06:09:44 +00:00
|
|
|
}
|
2019-08-21 05:58:47 +00:00
|
|
|
|
2020-05-27 16:08:39 +00:00
|
|
|
.woocommerce-task-dashboard__container {
|
2021-01-21 20:06:58 +00:00
|
|
|
.woocommerce-stepper {
|
|
|
|
button.components-button.is-primary {
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
}
|
2020-03-15 21:45:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
button.components-button.is-link {
|
|
|
|
margin: 0;
|
|
|
|
height: auto;
|
|
|
|
color: $studio-gray-60;
|
|
|
|
font-weight: normal;
|
2019-11-15 13:33:40 +00:00
|
|
|
}
|
2019-08-29 16:41:04 +00:00
|
|
|
}
|
2019-09-02 03:45:56 +00:00
|
|
|
|
2019-10-11 12:55:35 +00:00
|
|
|
.woocommerce-task-card__prompt {
|
|
|
|
width: 100%;
|
|
|
|
min-width: 100%;
|
|
|
|
margin-bottom: $gap-large;
|
|
|
|
margin-top: -$gap-smallest;
|
|
|
|
cursor: default;
|
|
|
|
|
2019-12-17 12:49:57 +00:00
|
|
|
.components-snackbar__content {
|
|
|
|
display: block;
|
|
|
|
align-items: unset;
|
|
|
|
justify-content: unset;
|
|
|
|
span {
|
|
|
|
margin-left: -$gap-large;
|
|
|
|
}
|
2019-10-11 12:55:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-task-card__prompt-actions {
|
|
|
|
button.is-link,
|
|
|
|
button.is-link:active,
|
|
|
|
button.is-link:focus {
|
|
|
|
color: $studio-white;
|
|
|
|
margin-left: $gap-large;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.is-link:hover {
|
|
|
|
color: $studio-white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-task-card__prompt-pointer {
|
2020-07-17 00:11:42 +00:00
|
|
|
border-bottom: 10px solid $gray-900; /* Snackbar color */
|
2019-10-11 12:55:35 +00:00
|
|
|
border-left: 10px solid transparent;
|
|
|
|
border-right: 10px solid transparent;
|
|
|
|
position: relative;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
display: inline-block;
|
|
|
|
top: -30px;
|
|
|
|
}
|
|
|
|
|
2019-12-17 12:49:57 +00:00
|
|
|
.woocommerce-task-card__prompt-content {
|
|
|
|
display: flex;
|
|
|
|
align-items: baseline;
|
|
|
|
justify-content: space-between;
|
|
|
|
max-height: 10px;
|
|
|
|
margin-left: $gap-large;
|
|
|
|
position: relative;
|
|
|
|
top: -40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-task-card__prompt-actions {
|
|
|
|
margin-right: -$gap;
|
|
|
|
}
|
|
|
|
|
2019-10-11 12:55:35 +00:00
|
|
|
&:hover {
|
|
|
|
.woocommerce-task-card__prompt-pointer {
|
2020-07-17 00:11:42 +00:00
|
|
|
border-bottom-color: $gray-900; /* Snackbar hover */
|
2019-10-11 12:55:35 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-05-21 17:15:08 +00:00
|
|
|
.woocommerce-task-dashboard__container {
|
|
|
|
.woocommerce-task-card.is-loading {
|
2020-05-27 16:08:39 +00:00
|
|
|
.woocommerce-card__body {
|
|
|
|
border-top: 1px solid $studio-gray-5;
|
|
|
|
}
|
|
|
|
|
2020-05-21 17:15:08 +00:00
|
|
|
.is-placeholder {
|
|
|
|
@include placeholder();
|
|
|
|
display: inline-block;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-card__title {
|
|
|
|
.is-placeholder {
|
|
|
|
width: 70%;
|
|
|
|
height: 28px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-list__item-before {
|
|
|
|
.is-placeholder {
|
|
|
|
height: 36px;
|
|
|
|
width: 36px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-list__item-text {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.woocommerce-list__item-title {
|
|
|
|
.is-placeholder {
|
|
|
|
height: 22px;
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-list__item-after {
|
|
|
|
.is-placeholder {
|
2020-05-27 16:08:39 +00:00
|
|
|
height: 18px;
|
|
|
|
width: 60px;
|
2020-05-21 17:15:08 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-10-15 19:56:17 +00:00
|
|
|
|
|
|
|
/* Muriel style overrides */
|
|
|
|
.muriel-component {
|
|
|
|
margin-top: $gap;
|
|
|
|
margin-bottom: $gap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-base-control.has-error {
|
|
|
|
margin-bottom: $gap * 2 !important;
|
|
|
|
border-color: $studio-red-50;
|
|
|
|
|
|
|
|
@include breakpoint( '<782px' ) {
|
|
|
|
margin-bottom: $gap-small + $gap * 2 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-base-control__help {
|
|
|
|
top: 100%;
|
|
|
|
left: $gap-small;
|
|
|
|
position: absolute;
|
|
|
|
margin-top: $gap-smallest;
|
|
|
|
font-size: 12px;
|
|
|
|
font-style: normal;
|
|
|
|
color: $studio-red-50;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-form-toggle {
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
label {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-base-control {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-base-control__field {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2020-05-21 17:15:08 +00:00
|
|
|
}
|
2020-05-27 16:08:39 +00:00
|
|
|
|
2020-12-02 14:27:50 +00:00
|
|
|
.woocommerce-task-dashboard__container .woocommerce-task__caption {
|
2020-07-17 00:11:42 +00:00
|
|
|
color: $gray-700;
|
2020-07-01 12:19:15 +00:00
|
|
|
margin-top: $gap;
|
|
|
|
}
|
2022-03-15 17:40:22 +00:00
|
|
|
|
|
|
|
.woocommerce-task-list__setup_experiment_1 {
|
|
|
|
.woocommerce-experimental-list .woocommerce-experimental-list__item.complete {
|
|
|
|
text-decoration: line-through;
|
|
|
|
|
|
|
|
.woocommerce-task-list__item-title {
|
|
|
|
color: var(--wp-admin-theme-color);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|