2019-07-18 10:11:21 +00:00
|
|
|
.woocommerce-task-dashboard__body {
|
|
|
|
.woocommerce-card__description {
|
2019-08-29 16:07:56 +00:00
|
|
|
color: $studio-gray-50;
|
2019-07-18 10:11:21 +00:00
|
|
|
}
|
|
|
|
|
2020-05-27 16:08:39 +00:00
|
|
|
.woocommerce-task-dashboard__container {
|
|
|
|
.woocommerce-task-card {
|
2020-06-18 23:44:00 +00:00
|
|
|
.components-card__header.is-size-medium {
|
2020-06-17 12:58:35 +00:00
|
|
|
padding-top: 0;
|
2020-05-27 16:08:39 +00:00
|
|
|
}
|
|
|
|
.woocommerce-list__item:not(.is-complete) {
|
|
|
|
.woocommerce-task__icon {
|
|
|
|
border: 1px solid $core-grey-light-500;
|
|
|
|
background: $white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-19 00:13:41 +00:00
|
|
|
.woocommerce-list__item.is-complete {
|
|
|
|
.woocommerce-list__item-title {
|
|
|
|
color: $medium-gray-text;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-05-27 16:08:39 +00:00
|
|
|
.woocommerce-list__item-before .woocommerce-task__icon {
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-list__item-before svg {
|
|
|
|
fill: $white;
|
|
|
|
position: relative;
|
|
|
|
top: 4px;
|
|
|
|
left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-popover__content {
|
|
|
|
min-width: unset;
|
|
|
|
}
|
|
|
|
}
|
2019-07-18 10:11:21 +00:00
|
|
|
}
|
|
|
|
|
2020-07-14 10:46:25 +00:00
|
|
|
.woocommerce-task__estimated-time {
|
|
|
|
color: $core-grey-dark-300;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 12px;
|
|
|
|
display: block;
|
2020-06-19 00:13:41 +00:00
|
|
|
}
|
|
|
|
|
2019-08-21 05:58:47 +00:00
|
|
|
.woocommerce-card.is-narrow {
|
|
|
|
max-width: 680px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2019-07-18 10:11:21 +00:00
|
|
|
#wpbody-content {
|
|
|
|
position: relative;
|
2019-03-28 06:09:44 +00:00
|
|
|
}
|
2019-11-01 04:00:57 +00:00
|
|
|
|
|
|
|
.components-modal__screen-overlay {
|
|
|
|
background: rgba(43, 45, 47, 0.4);
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-modal__frame {
|
|
|
|
.components-modal__header {
|
|
|
|
border-bottom: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-task-payments__stripe-error-wrapper {
|
|
|
|
align-items: flex-end;
|
|
|
|
flex-grow: 1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-task-dashboard__welcome-modal {
|
|
|
|
width: 400px;
|
|
|
|
|
|
|
|
.components-modal__header-heading-container {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-modal__header-heading {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-task-dashboard__welcome-modal-icon {
|
|
|
|
font-size: 56px;
|
|
|
|
margin-bottom: $gap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-modal__header {
|
|
|
|
height: auto;
|
|
|
|
margin-bottom: $gap;
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-modal__content {
|
|
|
|
padding: $gap * 2;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-task-dashboard__welcome-modal-message p {
|
|
|
|
font-size: 16px;
|
|
|
|
color: $studio-gray-60;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-modal__header .components-icon-button {
|
|
|
|
position: absolute;
|
|
|
|
left: auto;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
padding: $gap;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
svg {
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
svg path {
|
|
|
|
fill: $studio-gray-60;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-03-28 06:09:44 +00:00
|
|
|
}
|
2019-08-21 05:58:47 +00:00
|
|
|
|
|
|
|
.woocommerce-shipping-rate {
|
|
|
|
display: flex;
|
|
|
|
padding-top: $gap-small;
|
|
|
|
padding-bottom: $gap-small;
|
|
|
|
|
|
|
|
.woocommerce-shipping-rate__main {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-shipping-rate__icon {
|
|
|
|
padding-top: $gap;
|
|
|
|
margin-right: $gap-large;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-shipping-rate__name {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
padding-top: $gap;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
2019-08-29 16:07:56 +00:00
|
|
|
color: $studio-gray-90;
|
2019-08-21 05:58:47 +00:00
|
|
|
margin-bottom: $gap-small;
|
2019-08-29 16:07:56 +00:00
|
|
|
border-top: 1px solid $studio-gray-5;
|
2019-08-21 05:58:47 +00:00
|
|
|
|
|
|
|
.components-form-toggle {
|
|
|
|
margin-left: auto;
|
|
|
|
height: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-shipping-rate__control-wrapper {
|
|
|
|
.components-base-control {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2020-01-28 16:54:39 +00:00
|
|
|
.components-base-control__label {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
top: -8px;
|
|
|
|
width: 100%;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-control-with-affixes__prefix,
|
|
|
|
.text-control-with-affixes__suffix {
|
2019-08-21 05:58:47 +00:00
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
2019-08-29 16:07:56 +00:00
|
|
|
color: $studio-gray-50;
|
2020-01-28 16:54:39 +00:00
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
top: -12px;
|
2019-08-21 05:58:47 +00:00
|
|
|
}
|
|
|
|
|
2020-01-28 16:54:39 +00:00
|
|
|
.components-text-control__input {
|
|
|
|
position: relative;
|
|
|
|
top: -12px;
|
2019-08-21 05:58:47 +00:00
|
|
|
}
|
|
|
|
|
2020-01-28 16:54:39 +00:00
|
|
|
.text-control-with-affixes__prefix {
|
|
|
|
margin-right: $gap-smallest;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-control-with-affixes__suffix {
|
|
|
|
margin-left: $gap-smallest;
|
2019-08-21 05:58:47 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-08-26 05:49:04 +00:00
|
|
|
|
|
|
|
.woocommerce-task-tax__automated-tax-control {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: $gap;
|
|
|
|
|
|
|
|
i {
|
|
|
|
margin-left: $gap;
|
|
|
|
margin-right: $gap-large;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-task-tax__automated-tax-control-inner {
|
2019-08-29 16:07:56 +00:00
|
|
|
border-top: 1px solid $studio-gray-5;
|
2019-08-26 05:49:04 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
flex: 1;
|
|
|
|
font-size: 16px;
|
|
|
|
padding-top: $gap;
|
|
|
|
padding-bottom: $gap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-form-toggle {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-task-tax__success {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
padding: $gap-largest;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.woocommerce-task-tax__success-icon {
|
|
|
|
font-size: 48px;
|
|
|
|
height: 48px;
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
#woocommerce-task-tax__success-message {
|
|
|
|
font-size: 32px;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-top: 0;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
2019-08-29 16:41:04 +00:00
|
|
|
|
2020-03-15 21:45:19 +00:00
|
|
|
.woocommerce-task-payment {
|
|
|
|
.woocommerce-card__body {
|
|
|
|
display: flex;
|
|
|
|
padding: $gap-large $gap-larger;
|
|
|
|
align-items: center;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
2019-08-29 16:41:04 +00:00
|
|
|
}
|
|
|
|
|
2020-03-15 21:45:19 +00:00
|
|
|
.woocommerce-task-payment__recommended-ribbon {
|
|
|
|
position: absolute;
|
|
|
|
transform: rotate(-45deg) translate(-50%, -50%);
|
|
|
|
background: $studio-gray-80;
|
|
|
|
color: $studio-white;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 20px;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
line-height: 1;
|
|
|
|
padding: 7px $gap-largest;
|
|
|
|
transform-origin: top left;
|
|
|
|
margin-top: 36px;
|
|
|
|
margin-left: 36px;
|
2019-10-03 16:03:29 +00:00
|
|
|
|
2020-03-15 21:45:19 +00:00
|
|
|
span {
|
|
|
|
max-width: 70px;
|
2019-10-03 16:03:29 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-03-31 12:58:11 +00:00
|
|
|
.woocommerce-task-payment__recommended-pill {
|
|
|
|
border: 1px solid $studio-gray-5;
|
|
|
|
border-radius: 28px;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 13px;
|
|
|
|
margin-left: 12px;
|
|
|
|
padding: 1px 10px;
|
|
|
|
|
|
|
|
span {
|
|
|
|
max-width: 70px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-03-15 21:45:19 +00:00
|
|
|
.woocommerce-task-payment__before {
|
|
|
|
margin-right: $gap-larger;
|
2019-08-29 16:41:04 +00:00
|
|
|
|
2020-03-15 21:45:19 +00:00
|
|
|
img {
|
|
|
|
max-width: 100px;
|
2019-10-25 13:05:44 +00:00
|
|
|
}
|
2020-03-15 21:45:19 +00:00
|
|
|
}
|
2019-10-25 13:05:44 +00:00
|
|
|
|
2020-03-15 21:45:19 +00:00
|
|
|
.woocommerce-task-payment__title {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 400;
|
|
|
|
color: $studio-gray-80;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: $gap-smaller;
|
|
|
|
}
|
2019-08-29 16:41:04 +00:00
|
|
|
|
2020-03-15 21:45:19 +00:00
|
|
|
.woocommerce-task-payment__content {
|
|
|
|
font-size: 14px;
|
|
|
|
color: $studio-gray-60;
|
|
|
|
margin: 0;
|
2020-03-16 11:57:23 +00:00
|
|
|
margin-right: $gap-larger;
|
2020-03-20 18:33:18 +00:00
|
|
|
|
|
|
|
.text-style-strong {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2020-05-20 18:25:28 +00:00
|
|
|
|
|
|
|
p {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2020-03-15 21:45:19 +00:00
|
|
|
}
|
2019-11-11 19:57:08 +00:00
|
|
|
|
2020-03-15 21:45:19 +00:00
|
|
|
.woocommerce-task-payment__after {
|
2020-03-16 11:57:23 +00:00
|
|
|
margin-left: auto;
|
2020-03-15 21:45:19 +00:00
|
|
|
|
|
|
|
.components-button.is-button {
|
|
|
|
margin: 0;
|
2019-11-11 19:57:08 +00:00
|
|
|
}
|
2019-08-29 16:41:04 +00:00
|
|
|
}
|
2019-11-15 13:33:40 +00:00
|
|
|
|
2020-05-27 16:08:39 +00:00
|
|
|
@include breakpoint('<600px') {
|
2020-03-15 21:45:19 +00:00
|
|
|
.woocommerce-card__body {
|
2019-11-15 13:33:40 +00:00
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2020-03-15 21:45:19 +00:00
|
|
|
.woocommerce-task-payment__recommended-ribbon {
|
|
|
|
display: none;
|
2019-11-15 13:33:40 +00:00
|
|
|
}
|
|
|
|
|
2020-03-31 12:58:11 +00:00
|
|
|
.woocommerce-task-payment__recommended-pill {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2020-03-15 21:45:19 +00:00
|
|
|
.woocommerce-task-payment__before {
|
2019-11-15 13:33:40 +00:00
|
|
|
order: 1;
|
2020-03-15 21:45:19 +00:00
|
|
|
margin-right: auto;
|
|
|
|
margin-bottom: $gap-large;
|
2019-11-15 13:33:40 +00:00
|
|
|
}
|
|
|
|
|
2020-03-15 21:45:19 +00:00
|
|
|
.woocommerce-task-payment__after {
|
|
|
|
position: absolute;
|
|
|
|
right: $gap-larger;
|
|
|
|
top: $gap-large;
|
2019-11-15 13:33:40 +00:00
|
|
|
|
2020-03-15 21:45:19 +00:00
|
|
|
.components-form-toggle {
|
|
|
|
margin-top: $gap-smallest;
|
|
|
|
}
|
2019-11-15 13:33:40 +00:00
|
|
|
}
|
|
|
|
|
2020-03-15 21:45:19 +00:00
|
|
|
.woocommerce-task-payment__text {
|
2019-11-15 13:33:40 +00:00
|
|
|
order: 3;
|
|
|
|
margin-top: $gap;
|
|
|
|
}
|
2020-03-15 21:45:19 +00:00
|
|
|
}
|
|
|
|
}
|
2019-11-15 13:33:40 +00:00
|
|
|
|
2020-03-16 11:57:23 +00:00
|
|
|
.woocommerce-task-payment-method {
|
|
|
|
.woocommerce-card__body {
|
|
|
|
padding: $gap-large;
|
|
|
|
|
|
|
|
> h3 {
|
|
|
|
margin: 0;
|
|
|
|
color: $studio-gray-90;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-size: 14px;
|
|
|
|
color: $studio-gray-50;
|
|
|
|
font-weight: 400;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: $gap-smaller;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-task-payment-method__fields {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 1fr 1fr;
|
|
|
|
grid-gap: 0 $gap;
|
|
|
|
margin-bottom: $gap-smaller;
|
|
|
|
|
|
|
|
.components-base-control {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-05-27 16:08:39 +00:00
|
|
|
.woocommerce-task-dashboard__container {
|
|
|
|
.woocommerce-task-payments
|
|
|
|
.woocommerce-task-payments__actions {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2020-03-15 21:45:19 +00:00
|
|
|
|
|
|
|
button.components-button.is-primary {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
|
2020-07-15 12:10:21 +00:00
|
|
|
.woocommerce-task-payments__paypal-auto-create-account {
|
|
|
|
margin-top: $gap;
|
|
|
|
margin-bottom: $gap;
|
|
|
|
}
|
|
|
|
|
2020-03-27 23:24:32 +00:00
|
|
|
.woocommerce-task-payment-wcpay.woocommerce-task-payment-not-configured {
|
2020-03-31 12:58:11 +00:00
|
|
|
background-color: $studio-woocommerce-purple-80;
|
2020-03-27 23:24:32 +00:00
|
|
|
|
|
|
|
.woocommerce-task-payment__title {
|
|
|
|
color: $studio-white;
|
|
|
|
}
|
|
|
|
.woocommerce-task-payment__content {
|
|
|
|
color: $studio-white;
|
|
|
|
a {
|
|
|
|
color: $studio-white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
border-bottom: 10px solid $core-grey-dark-700; /* Snackbar color */
|
|
|
|
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 {
|
|
|
|
border-bottom-color: $core-grey-dark-900; /* Snackbar hover */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-task-card__section-controls {
|
2020-05-27 16:08:39 +00:00
|
|
|
text-align: center;
|
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;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-05-27 16:08:39 +00:00
|
|
|
|
|
|
|
.woocommerce-task-dashboard__container .woocommerce-task-card__progress-bar {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
border: 0;
|
|
|
|
border-top-left-radius: 2px;
|
|
|
|
border-top-right-radius: 2px;
|
|
|
|
height: 4px;
|
|
|
|
width: 100%;
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
// Firefox
|
|
|
|
& {
|
|
|
|
background-color: $light-gray-300;
|
|
|
|
}
|
|
|
|
|
|
|
|
&::-moz-progress-bar {
|
|
|
|
background-color: $dark-gray-500;
|
|
|
|
border-top-left-radius: 2px;
|
|
|
|
border-top-right-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Chrome
|
|
|
|
&::-webkit-progress-bar {
|
|
|
|
background-color: $light-gray-300;
|
|
|
|
border-top-left-radius: 2px;
|
|
|
|
border-top-right-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&::-webkit-progress-value {
|
|
|
|
background-color: $dark-gray-500;
|
|
|
|
border-top-left-radius: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-task-dashboard__container .woocommerce-task-card__progress-bar.completed {
|
|
|
|
&::-webkit-progress-value {
|
|
|
|
border-top-right-radius: 2px;
|
|
|
|
}
|
|
|
|
}
|
2020-07-01 12:19:15 +00:00
|
|
|
|
|
|
|
.woocommerce-task__caption {
|
|
|
|
color: $dark-gray-300;
|
|
|
|
margin-top: $gap;
|
|
|
|
}
|