2019-04-30 09:43:55 +00:00
|
|
|
.woocommerce-report-table__scroll-point {
|
|
|
|
position: relative;
|
|
|
|
top: -#{$adminbar-height + $gap};
|
|
|
|
|
|
|
|
@include breakpoint( '<782px' ) {
|
|
|
|
top: -#{$adminbar-height-mobile + $gap};
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-feature-enabled-activity-panels & {
|
2019-07-04 15:58:08 +00:00
|
|
|
top: -#{$adminbar-height + $header-height + $gap};
|
2019-04-30 09:43:55 +00:00
|
|
|
|
|
|
|
@include breakpoint( '<782px' ) {
|
2019-07-04 15:58:08 +00:00
|
|
|
top: -#{$adminbar-height-mobile + $header-height + $gap};
|
2019-04-30 09:43:55 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-10-08 22:02:26 +00:00
|
|
|
|
|
|
|
.woocommerce-report-table {
|
|
|
|
.woocommerce-search {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
2021-01-04 20:56:57 +00:00
|
|
|
.components-card__header {
|
|
|
|
display: grid;
|
|
|
|
grid-gap: $gap-small;
|
|
|
|
grid-template-columns: min-content 1fr min-content;
|
2020-01-13 02:58:43 +00:00
|
|
|
}
|
|
|
|
|
2020-06-10 01:55:06 +00:00
|
|
|
.woocommerce-table__compare.components-button {
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
2021-01-04 20:56:57 +00:00
|
|
|
.woocommerce-ellipsis-menu {
|
|
|
|
justify-self: flex-end;
|
|
|
|
}
|
|
|
|
}
|
2019-10-08 22:02:26 +00:00
|
|
|
|
2021-01-04 20:56:57 +00:00
|
|
|
button.woocommerce-table__download-button {
|
|
|
|
padding: 6px $gap-small;
|
|
|
|
color: $studio-black;
|
|
|
|
text-decoration: none;
|
|
|
|
align-items: center;
|
2019-10-08 22:02:26 +00:00
|
|
|
|
2021-01-04 20:56:57 +00:00
|
|
|
svg {
|
|
|
|
margin-right: $gap-smaller;
|
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
|
|
|
}
|
2020-01-22 15:33:44 +00:00
|
|
|
|
2021-01-04 20:56:57 +00:00
|
|
|
@include breakpoint( '<782px' ) {
|
|
|
|
svg {
|
|
|
|
margin-right: 0;
|
2019-10-08 22:02:26 +00:00
|
|
|
}
|
|
|
|
|
2021-01-04 20:56:57 +00:00
|
|
|
.woocommerce-table__download-button__label {
|
|
|
|
display: none;
|
2019-10-08 22:02:26 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|