The UI is adapted to the RTL layout

This commit is contained in:
ErickSkrauch
2021-03-26 04:19:04 +01:00
parent 370725dd7e
commit 4525089725
41 changed files with 254 additions and 170 deletions

View File

@@ -8,7 +8,7 @@
.step {
position: relative;
text-align: right;
text-align: end;
width: 100%;
height: 4px;
@@ -24,8 +24,8 @@
position: absolute;
height: 4px;
left: 0;
right: 100%;
inset-inline-start: 0;
inset-inline-end: 100%;
top: 50%;
margin-top: -2px;
@@ -53,7 +53,7 @@
.activeStep {
&:before {
right: 0;
inset-inline-end: 0;
transition-delay: unset;
}