d5536d65f7
* feat: Consider business hours while generating the reports
45 lines
783 B
SCSS
45 lines
783 B
SCSS
.date-picker {
|
|
margin-left: var(--space-smaller);
|
|
}
|
|
|
|
.margin-left-small {
|
|
margin-left: var(--space-smaller);
|
|
}
|
|
|
|
.reports-option__rounded--item {
|
|
border-radius: 100%;
|
|
height: var(--space-two);
|
|
width: var(--space-two);
|
|
}
|
|
|
|
.reports-option__item {
|
|
flex-shrink: 0;
|
|
margin-right: var(--space-small);
|
|
}
|
|
|
|
.reports-option__label--swatch {
|
|
border: 1px solid var(--color-border);
|
|
}
|
|
|
|
.reports-option__wrap {
|
|
align-items: center;
|
|
display: flex;
|
|
}
|
|
|
|
.business-hours {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: end;
|
|
margin-bottom: var(--space-normal);
|
|
margin-left: auto;
|
|
padding-right: var(--space-normal);
|
|
}
|
|
|
|
.business-hours-text {
|
|
font-size: var(--font-size-small);
|
|
}
|
|
|
|
.switch {
|
|
margin-bottom: var(--space-zero);
|
|
margin-left: var(--space-small);
|
|
}
|