diff --git a/src/components/VehicleStatus/EmergencyStop.vue b/src/components/VehicleStatus/EmergencyStop.vue index 5947a9d..639905e 100644 --- a/src/components/VehicleStatus/EmergencyStop.vue +++ b/src/components/VehicleStatus/EmergencyStop.vue @@ -1,9 +1,9 @@ + \ No newline at end of file diff --git a/src/components/VehicleStatus/Open.vue b/src/components/VehicleStatus/Open.vue new file mode 100644 index 0000000..c04c32b --- /dev/null +++ b/src/components/VehicleStatus/Open.vue @@ -0,0 +1,50 @@ + + + + + + \ No newline at end of file diff --git a/src/components/VehicleStatus/VehicleTitle.vue b/src/components/VehicleStatus/VehicleTitle.vue index 51733c5..ec9c7ab 100644 --- a/src/components/VehicleStatus/VehicleTitle.vue +++ b/src/components/VehicleStatus/VehicleTitle.vue @@ -1,6 +1,7 @@ @@ -70,19 +75,29 @@ } .adjust-battery { - height: 19%; - width: 36%; + height: 17%; + width: 34.5%; margin-top: auto; margin-left: 8%; } .adjust-connection { - height: 30%; - width: 28%; - margin-top: 1%; + height: 28%; + width: 26%; + margin-top: 2%; margin-bottom: 4%; margin-left: 10%; } - + .adjust-emergency-button { + margin-top: auto; + margin-bottom: 4%; + margin-left: 20%; + } + + .adjust-open-button { + margin-top: 4%; + margin-left: 60%; + } + \ No newline at end of file