Bug Fixed

This commit is contained in:
brausjonas
2023-06-16 09:01:11 +02:00
parent 3e381687c2
commit e526b6c804
2 changed files with 21228 additions and 0 deletions
+3
View File
@@ -159,6 +159,7 @@ Step Progress Bar
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
max-width: 400px; max-width: 400px;
pointer-events: none;
} }
.steps { .steps {
@@ -169,6 +170,7 @@ Step Progress Bar
gap: 20px; gap: 20px;
width: 100%; width: 100%;
position: relative; position: relative;
pointer-events: none;
} }
.step { .step {
@@ -180,6 +182,7 @@ Step Progress Bar
justify-content: center; justify-content: center;
color: white; color: white;
font-weight: bold; font-weight: bold;
pointer-events: none;
} }
.steps .not-started { .steps .not-started {
File diff suppressed because it is too large Load Diff