diff --git a/packages/modules/web_themes/koala/source/src/components/BatteryCard.vue b/packages/modules/web_themes/koala/source/src/components/BatteryCard.vue index 31d2edaaab..ccc9c6b756 100644 --- a/packages/modules/web_themes/koala/source/src/components/BatteryCard.vue +++ b/packages/modules/web_themes/koala/source/src/components/BatteryCard.vue @@ -4,39 +4,49 @@ class="full-height card-width" :class="{ 'battery-sum': props.batteryId === -1 }" > - -
- {{ cardTitle }} + + {{ cardTitle }} + + + + + + +
Leistung:
+
+ {{ power }} +
+
+ + +
Laden mit Überschuss:
+
+ {{ batteryMode.label }}
-
-
Leistung:
-
- {{ power }} -
-
-
-
Laden mit Überschuss:
-
- - {{ batteryMode.label }} -
-
-
Heute:
+
+ + +
Heute:
Geladen:
@@ -49,6 +59,9 @@ {{ dailyExportedEnergy }}
+
+ + { .card-width { width: 22em; } + +.q-card__section { + padding-left: 16px; + padding-right: 16px; + padding-top: 0; + padding-bottom: 0; +} + +.q-card__section:first-of-type { + padding-top: 16px; + padding-bottom: 0; +} + +.q-card__section:last-of-type { + padding-top: 0; + padding-bottom: 16px; +} + +.q-card__section:not(:first-of-type):not(:last-of-type) { + padding-top: 0; + padding-bottom: 0; +} diff --git a/packages/modules/web_themes/koala/source/src/components/ChargePointCard.vue b/packages/modules/web_themes/koala/source/src/components/ChargePointCard.vue index e0b9345962..66c260ca9a 100644 --- a/packages/modules/web_themes/koala/source/src/components/ChargePointCard.vue +++ b/packages/modules/web_themes/koala/source/src/components/ChargePointCard.vue @@ -1,9 +1,6 @@