X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fviews%2FChargingStationsView.vue;h=8df77d92429646b638ce576b7e2df4085b22f6db;hb=229d8c3413d0b1908bfd2ea3239f1887bdb862a2;hp=d0acc4e3562c9e3a1b5ffb9f531cb5adc82ec614;hpb=878855a218443d8d0a610f1e79d8d4afaf07153a;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/views/ChargingStationsView.vue b/ui/web/src/views/ChargingStationsView.vue index d0acc4e3..8df77d92 100644 --- a/ui/web/src/views/ChargingStationsView.vue +++ b/ui/web/src/views/ChargingStationsView.vue @@ -1,23 +1,24 @@ @@ -75,8 +94,8 @@ function stopSimulator(): void { flex-direction: row; } -#button { - flex: auto; +#action-button { + flex: none; } #reload-button { @@ -96,4 +115,10 @@ function stopSimulator(): void { #reload-button:active { background-color: red; } + +#action { + color: white; + background-color: black; + padding: 1%; +}