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;
|
2019-01-10 09:55:15 +00:00
|
|
|
grid-template-columns: calc(50% - #{$gap-large/2}) calc(50% - #{$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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
|
|
|
.dashicons-arrow-right-alt {
|
|
|
|
transform: rotate(-45deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-dashboard-section__add-more-btn-title {
|
|
|
|
color: $core-grey-dark-300;
|
|
|
|
padding-top: 8px;
|
|
|
|
}
|
2019-05-13 03:51:25 +00:00
|
|
|
|
|
|
|
.woocommerce-dashboard-section-controls {
|
|
|
|
border-top: $border-width solid $core-grey-light-500;
|
|
|
|
padding-top: $gap-smaller;
|
|
|
|
|
|
|
|
.dashicon {
|
|
|
|
margin: 0 $gap-smaller 0 0;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-ellipsis-menu__item {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|