chore: Refactor reports for RTL (#6517)

* Refactor reports

* fix: spacing issues and minor fixes

---------

Co-authored-by: Nithin David <1277421+nithindavid@users.noreply.github.com>
This commit is contained in:
Sivin Varghese
2023-02-23 19:50:49 +05:30
committed by GitHub
parent 71f2b27728
commit 60f953cd27
13 changed files with 58 additions and 62 deletions

View File

@@ -1,11 +1,3 @@
.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);
@@ -26,6 +18,10 @@
display: flex;
}
.reports-option__title {
margin: 0 var(--space-small);
}
.business-hours {
align-items: center;
display: flex;
@@ -37,6 +33,7 @@
.business-hours-text {
font-size: var(--font-size-small);
margin: 0 var(--space-small);
}
.switch {