2018-07-11 15:23:16 +00:00
|
|
|
/** @format */
|
2018-08-08 11:00:45 +00:00
|
|
|
.woocommerce-chart {
|
2018-07-11 15:23:16 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: flex-start;
|
2018-08-13 15:24:48 +00:00
|
|
|
margin: -$gap;
|
2018-07-25 14:58:32 +00:00
|
|
|
border-top: 1px solid $core-grey-light-200;
|
2018-07-11 15:23:16 +00:00
|
|
|
|
2018-08-08 11:00:45 +00:00
|
|
|
.woocommerce-chart__header {
|
2018-07-11 15:23:16 +00:00
|
|
|
min-height: 50px;
|
2018-07-25 14:58:32 +00:00
|
|
|
border-top: 1px solid $core-grey-light-200;
|
2018-08-13 11:09:44 +00:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.woocommerce-chart__title {
|
|
|
|
height: 18px;
|
|
|
|
color: $black;
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: 600;
|
|
|
|
line-height: 18px;
|
2018-08-13 11:27:15 +00:00
|
|
|
margin-left: $gap;
|
2018-08-13 11:09:44 +00:00
|
|
|
}
|
2018-07-11 15:23:16 +00:00
|
|
|
}
|
|
|
|
|
2018-08-08 11:00:45 +00:00
|
|
|
.woocommerce-chart__body {
|
2018-07-11 15:23:16 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
width: 100%;
|
|
|
|
|
2018-08-08 11:00:45 +00:00
|
|
|
&.woocommerce-chart__body-column {
|
2018-07-11 15:23:16 +00:00
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-08 11:00:45 +00:00
|
|
|
.woocommerce-chart__footer {
|
2018-07-11 15:23:16 +00:00
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.woocommerce-legend {
|
|
|
|
&.woocommerce-legend__direction-column {
|
|
|
|
height: 100%;
|
|
|
|
min-height: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.key-colour {
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
margin-right: 8px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
.key-key {
|
|
|
|
margin-right: 6px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
svg {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
.tooltip {
|
|
|
|
position: absolute;
|
|
|
|
display: none;
|
|
|
|
min-width: 80px;
|
|
|
|
height: auto;
|
|
|
|
background-color: $white;
|
|
|
|
text-align: left;
|
|
|
|
padding: 6px;
|
|
|
|
box-shadow: 0 4px 8px 0 $gray-darken-30, 0 6px 20px 0 $gray-darken-30;
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
padding-left: 7px;
|
|
|
|
list-style: none;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
margin-top: 2px;
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.bargroup {
|
|
|
|
&rect {
|
|
|
|
shape-rendering: crispEdges;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.grid {
|
|
|
|
line {
|
2018-07-25 14:58:32 +00:00
|
|
|
stroke: $core-grey-light-200;
|
|
|
|
stroke-width: 1;
|
2018-07-11 15:23:16 +00:00
|
|
|
shape-rendering: crispEdges;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tick {
|
|
|
|
padding-top: 10px;
|
2018-07-25 14:58:32 +00:00
|
|
|
stroke-width: 1;
|
2018-07-11 15:23:16 +00:00
|
|
|
}
|
|
|
|
.y-axis {
|
|
|
|
&.tick {
|
|
|
|
&text {
|
|
|
|
fill: $core-grey-dark-500;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-07-25 14:58:32 +00:00
|
|
|
line {
|
|
|
|
&.focus-grid {
|
|
|
|
stroke: $core-grey-light-200;
|
|
|
|
stroke-width: 1px;
|
|
|
|
}
|
|
|
|
}
|
Add loading indicators, error state, and EmptyContent to the revenue report. (#347, woocommerce/woocommerce-admin#348)
* Add loading indiciators for the revenue report.
* Improve accessibility, and fix up some documentation comments.
* Fix top border on mobile
* Add EmptyContent Component and revenue error/empty states. (https://github.com/woocommerce/woocommerce-admin/pull/348)
* Add EmptyContent Component and revenue error/empty states.
* Move relative image handling to ImageAsset, combine secondary and primary action rendering, add some missing isRequired proptypes, add empty error handling.
* Handle PR Feedback: Clean up button css, set a default for illustration, fix deprecation typo, some code cleanup.
2018-09-05 16:45:49 +00:00
|
|
|
|
|
|
|
&.is-placeholder {
|
|
|
|
@include placeholder();
|
|
|
|
display: inline-block;
|
|
|
|
height: 200px;
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin-bottom: $gap;
|
|
|
|
border: 1px solid $core-grey-light-700;
|
|
|
|
}
|
2018-07-25 14:58:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-chart__container {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.tooltip {
|
|
|
|
position: absolute;
|
|
|
|
}
|
2018-07-11 15:23:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-legend {
|
2018-08-13 11:09:44 +00:00
|
|
|
color: $black;
|
2018-07-11 15:23:16 +00:00
|
|
|
display: flex;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
&.woocommerce-legend__direction-column {
|
|
|
|
flex-direction: column;
|
2018-07-25 14:58:32 +00:00
|
|
|
border-right: 1px solid $core-grey-light-200;
|
|
|
|
border-top: 1px solid $core-grey-light-200;
|
2018-07-11 15:23:16 +00:00
|
|
|
height: 300px;
|
|
|
|
min-width: 320px;
|
|
|
|
|
|
|
|
li {
|
2018-09-04 09:56:25 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
button {
|
|
|
|
height: 32px;
|
|
|
|
padding: 0 17px;
|
|
|
|
}
|
2018-07-11 15:23:16 +00:00
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
margin-top: 17px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.woocommerce-legend__direction-row {
|
|
|
|
flex-direction: row;
|
|
|
|
|
|
|
|
li {
|
|
|
|
margin: 0 0 0 30px;
|
|
|
|
|
|
|
|
button {
|
|
|
|
.woocommerce-legend__item-container {
|
|
|
|
height: 50px;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.woocommerce-legend__item-checkmark {
|
|
|
|
top: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-legend__item-title {
|
|
|
|
margin-right: 17px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
2018-09-04 09:56:25 +00:00
|
|
|
&.woocommerce-legend__item {
|
|
|
|
button {
|
|
|
|
&:hover {
|
|
|
|
background-color: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.woocommerce-legend__item-checked {
|
|
|
|
button {
|
|
|
|
&:hover {
|
|
|
|
background-color: $core-grey-light-100;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-07-11 15:23:16 +00:00
|
|
|
button {
|
2018-08-13 10:32:08 +00:00
|
|
|
background-color: $white;
|
2018-07-11 15:23:16 +00:00
|
|
|
display: inline-flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
width: 100%;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
&:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-legend__item-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
position: relative;
|
|
|
|
padding: 3px 0 3px 24px;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 13px;
|
|
|
|
user-select: none;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
input {
|
|
|
|
~ .woocommerce-legend__item-checkmark {
|
2018-07-25 14:58:32 +00:00
|
|
|
background-color: $core-grey-light-200;
|
2018-07-11 15:23:16 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-legend__item-checkmark {
|
|
|
|
position: absolute;
|
|
|
|
top: 2px;
|
|
|
|
left: 0;
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
background-color: $white;
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.woocommerce-legend__item-checkmark-checked {
|
|
|
|
&:after {
|
|
|
|
display: block;
|
|
|
|
left: 6px;
|
|
|
|
top: 4px;
|
|
|
|
width: 3px;
|
|
|
|
height: 6px;
|
|
|
|
border: solid $white;
|
|
|
|
border-width: 0 2px 2px 0;
|
|
|
|
transform: rotate(45deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.woocommerce-legend__item-total {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|