refactor(ui): refine charging stations table caption style
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 9 Feb 2024 19:54:17 +0000 (20:54 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 9 Feb 2024 19:54:17 +0000 (20:54 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/src/components/charging-stations/CSTable.vue

index 6fcf74683384943a8370ad6767adec8ca196ebc4..3b500b405357efb1013e1b342f1a9bc7b7789759 100644 (file)
@@ -1,6 +1,6 @@
 <template>
   <table id="cs-table">
-    <caption>
+    <caption id="cs-table__caption">
       Charging stations
     </caption>
     <thead id="cs-table__head">
@@ -65,6 +65,12 @@ const props = defineProps<{
   overflow: visible overlay;
 }
 
+#cs-table__caption {
+  font-size: 1.5rem;
+  font-weight: bold;
+  padding: 0.5rem;
+}
+
 .cs-table__row {
   height: fit-content;
   width: 100%;