X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fviews%2FChargingStationsView.vue;h=6f589ccc6a8030136f4449ac5de1a2e64daaf78e;hb=c63085548339556d66ced562e9649a84d0544ff4;hp=d5868083d15ce558d2fcbc0842aef2d4e79e48fb;hpb=7378b34a676b65d8a4732e672c25c73096d7e59c;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/views/ChargingStationsView.vue b/ui/web/src/views/ChargingStationsView.vue index d5868083..6f589ccc 100644 --- a/ui/web/src/views/ChargingStationsView.vue +++ b/ui/web/src/views/ChargingStationsView.vue @@ -1,48 +1,238 @@ @@ -98,23 +297,45 @@ const stopSimulator = (): void => { flex-direction: column; } +#ui-server-container { + display: flex; + justify-content: center; +} + +#ui-server-selector { + width: 100%; + background-color: rgb(239, 239, 239); + font: small-caption; + text-align: center; +} + +#ui-server-selector:hover { + background-color: rgb(229, 229, 229); +} + #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; + font-size: 2rem; } #reload-button:hover { @@ -122,11 +343,11 @@ const stopSimulator = (): void => { } #reload-button:active { - background-color: red; + background-color: darkblue; } #action { - color: white; + color: ivory; background-color: black; padding: 1%; }