+
+
{{ $t('steps') }}
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -86,34 +106,40 @@ export default {
.carousel-item {
transition: transform .3s ease, opacity .3s ease-out
}
-.carousel-indicators {
- position: static;
- padding-top: 20px;
-}
.step-indicator {
background: none;
border: none;
- font-size: 1.5rem;
+ font-size: 1.65rem;
color: darkgray;
}
.active-item {
color: #545454;
}
-.slide-control-arrow {
- background: none;
- border: none;
- font-size: 1.5rem;
- color: darkgray;
+.slide-control-done {
+ color: #198754;
font-weight: bold;
+ width: 25px;
+ font-size: 1.2rem;
+ margin-bottom: -4px;
}
.slide-area {
- margin-left: 33%;
- margin-right: 33%;
- background-color: #f5f5f5;
+ background-color: #f5f5f599;
border-radius: 50px;
- height: 20px;
- margin-bottom: 25px;
+ height: 25px;
+ margin: 10px 0% 40px;
padding-left: 10px;
padding-right: 10px;
+ padding-bottom: 2px;
+}
+.slide-control-steps-heading {
+ color: #545454;
+ font-weight: bold;
+ padding-right: 5%;
+ padding-top: 3px;
+ padding-left: 1%;
+}
+.slide-control-done-container {
+ padding-left: 3%;
+ padding-right: 1%;
}
diff --git a/frontend/UploaderApp/src/translations/donation_instructions.json b/frontend/UploaderApp/src/translations/donation_instructions.json
new file mode 100644
index 0000000..4a3a87c
--- /dev/null
+++ b/frontend/UploaderApp/src/translations/donation_instructions.json
@@ -0,0 +1,8 @@
+{
+ "en": {
+ "steps": "Steps"
+ },
+ "de": {
+ "steps": "Schritte"
+ }
+}