refactor(ui): refine action bar style
[e-mobility-charging-stations-simulator.git] / ui / web / src / views / ChargingStationsView.vue
index a022e39818105572a428299c100538c735778e73..8df77d92429646b638ce576b7e2df4085b22f6db 100644 (file)
@@ -115,4 +115,10 @@ const stopSimulator = (): void => {
 #reload-button:active {
   background-color: red;
 }
+
+#action {
+  color: white;
+  background-color: black;
+  padding: 1%;
+}
 </style>