2020-02-14 02:23:21 +00:00
|
|
|
|
2018-06-29 18:27:18 +00:00
|
|
|
|
|
|
|
.woocommerce-dashboard__store-performance {
|
2019-02-20 09:20:50 +00:00
|
|
|
margin-bottom: $gap-large;
|
2018-07-30 15:14:09 +00:00
|
|
|
|
2019-02-20 09:20:50 +00:00
|
|
|
@include breakpoint( '<782px' ) {
|
|
|
|
border-width: 0;
|
2018-06-29 18:27:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-summary {
|
2019-02-20 09:20:50 +00:00
|
|
|
background-color: $core-grey-light-100;
|
2018-06-29 18:27:18 +00:00
|
|
|
margin: 0;
|
2019-02-20 09:20:50 +00:00
|
|
|
|
|
|
|
@include breakpoint( '<782px' ) {
|
|
|
|
&.is-placeholder {
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:not(.is-placeholder) {
|
|
|
|
.woocommerce-summary__item-container:first-child {
|
|
|
|
.woocommerce-summary__item {
|
|
|
|
border-top: 1px solid $core-grey-light-700;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-summary__item {
|
2019-08-29 16:07:56 +00:00
|
|
|
background-color: $studio-white;
|
2019-02-20 09:20:50 +00:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: $core-grey-light-200;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
background-color: $core-grey-light-300;
|
|
|
|
}
|
2018-06-29 18:27:18 +00:00
|
|
|
}
|
|
|
|
}
|