2019-10-03 16:03:29 +00:00
|
|
|
.woocommerce-page:not(.woocommerce-embed-page) #klarna-banner,
|
|
|
|
#klarna-kp-banner {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2018-08-02 23:10:55 +00:00
|
|
|
.woocommerce-dashboard__columns {
|
2018-08-06 22:34:47 +00:00
|
|
|
display: grid;
|
2021-06-10 09:09:27 +00:00
|
|
|
grid-template-columns: calc(50% - #{math.div($gap-large, 2)}) calc(50% - #{math.div($gap-large, 2)});
|
2018-08-08 22:11:54 +00:00
|
|
|
grid-column-gap: $gap-large;
|
2018-08-02 23:10:55 +00:00
|
|
|
|
2019-03-05 22:59:23 +00:00
|
|
|
// Auto-position fix for IE11.
|
|
|
|
> div {
|
|
|
|
@include set-grid-item-position( 2, 14 );
|
|
|
|
}
|
|
|
|
|
2018-11-02 19:20:11 +00:00
|
|
|
@include breakpoint( '<960px' ) {
|
2019-01-10 09:55:15 +00:00
|
|
|
grid-template-columns: 100%;
|
2019-03-05 22:59:23 +00:00
|
|
|
|
|
|
|
> div {
|
|
|
|
@include set-grid-item-position( 1, 14 );
|
|
|
|
}
|
2018-08-02 23:10:55 +00:00
|
|
|
}
|
|
|
|
}
|
2018-08-08 22:11:54 +00:00
|
|
|
|
|
|
|
.woocommerce-dashboard__widget {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-dashboard__widget-item {
|
|
|
|
flex: 1;
|
|
|
|
}
|
2019-04-30 00:35:37 +00:00
|
|
|
|
|
|
|
.woocommerce-dashboard-section__add-more {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 84px;
|
2019-05-07 07:21:16 +00:00
|
|
|
padding: 0 $gap-large $gap-large;
|
2019-04-30 00:35:37 +00:00
|
|
|
|
|
|
|
.components-popover__content {
|
|
|
|
padding: 0 $gap $gap-smaller;
|
|
|
|
}
|
2020-05-29 02:32:37 +00:00
|
|
|
|
|
|
|
> button svg {
|
2020-07-17 00:11:42 +00:00
|
|
|
fill: $gray-700;
|
2020-05-29 02:32:37 +00:00
|
|
|
}
|
2019-04-30 00:35:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-dashboard-section__add-more-choices {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-dashboard-section__add-more-btn {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
padding: $gap;
|
|
|
|
margin: $gap-smaller;
|
|
|
|
|
2020-06-10 01:55:06 +00:00
|
|
|
&.components-button {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2021-05-25 15:14:14 +00:00
|
|
|
.store-performance__icon {
|
2019-04-30 00:35:37 +00:00
|
|
|
transform: rotate(-45deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-dashboard-section__add-more-btn-title {
|
2020-07-17 00:11:42 +00:00
|
|
|
color: $gray-700;
|
2019-04-30 00:35:37 +00:00
|
|
|
padding-top: 8px;
|
|
|
|
}
|
2019-05-13 03:51:25 +00:00
|
|
|
|
|
|
|
.woocommerce-dashboard-section-controls {
|
2020-07-17 00:11:42 +00:00
|
|
|
border-top: $border-width solid $gray-100;
|
2019-05-13 03:51:25 +00:00
|
|
|
padding-top: $gap-smaller;
|
|
|
|
|
2021-05-25 15:14:14 +00:00
|
|
|
.icon-control {
|
2019-05-13 03:51:25 +00:00
|
|
|
margin: 0 $gap-smaller 0 0;
|
|
|
|
vertical-align: bottom;
|
2021-05-25 15:14:14 +00:00
|
|
|
fill: $gray-700;
|
2019-05-13 03:51:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-ellipsis-menu__item {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
2020-05-27 16:08:39 +00:00
|
|
|
|
2021-06-03 21:44:05 +00:00
|
|
|
.components-card .woocommerce-ellipsis-menu__toggle {
|
|
|
|
padding: 0;
|
|
|
|
}
|