X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fviews%2FChargingStationsView.vue;h=8df77d92429646b638ce576b7e2df4085b22f6db;hb=229d8c3413d0b1908bfd2ea3239f1887bdb862a2;hp=c2e12cb58c088cbe3cefc67ee4ceb9c9f2e1a21b;hpb=ca1e5439d7a19520d752a8c60513d4229b118e35;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/views/ChargingStationsView.vue b/ui/web/src/views/ChargingStationsView.vue index c2e12cb5..8df77d92 100644 --- a/ui/web/src/views/ChargingStationsView.vue +++ b/ui/web/src/views/ChargingStationsView.vue @@ -1,20 +1,24 @@ @@ -72,6 +94,10 @@ function stopSimulator(): void { flex-direction: row; } +#action-button { + flex: none; +} + #reload-button { flex: auto; color: white; @@ -90,7 +116,9 @@ function stopSimulator(): void { background-color: red; } -#simulator-button { - flex: auto; +#action { + color: white; + background-color: black; + padding: 1%; }