X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fviews%2FChargingStationsView.vue;h=094988b101d4f9df3184437e6609f022e046b994;hb=239bd875c259755721a45f2e677bc6cb73d88f7d;hp=50851055cf25f924300840e4ebcd6b2ebce23fb9;hpb=5c0e9352ee4e933387ae3a20ac814bda7e43b72a;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/views/ChargingStationsView.vue b/ui/web/src/views/ChargingStationsView.vue index 50851055..094988b1 100644 --- a/ui/web/src/views/ChargingStationsView.vue +++ b/ui/web/src/views/ChargingStationsView.vue @@ -1,48 +1,237 @@ @@ -94,28 +292,49 @@ const stopSimulator = (): void => { #charging-stations-container { height: fit-content; width: 100%; - position: absolute; display: flex; flex-direction: column; } +#ui-server-container { + display: flex; + justify-content: center; +} + +#ui-server-selector { + width: 100%; + background-color: rgb(239, 239, 239); + text-align: center; +} + +#ui-server-selector:hover { + background-color: lightgrey; +} + #buttons-container { display: flex; flex-direction: row; } +.simulator-start-button { + color: ivory; + background-color: green; +} + +.simulator-stop-button { + color: ivory; + background-color: red; +} + #action-button { flex: none; } #reload-button { - flex: auto; - color: white; + color: ivory; background-color: blue; font-size: 1.5rem; font-weight: bold; - align-items: center; - justify-content: center; } #reload-button:hover { @@ -123,11 +342,11 @@ const stopSimulator = (): void => { } #reload-button:active { - background-color: red; + background-color: darkblue; } #action { - color: white; + color: ivory; background-color: black; padding: 1%; }