X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Fviews%2FChargingStationsView.vue;h=15564785ee2238b555d0f7bac41c1268661abb20;hb=9dc8b66f4d1fa4e298e260a33f08debb69b1d944;hp=9243b98febe03cc75a4f1a595a9287aeef4012f2;hpb=09379a0da5842414aa5835130a101aec11e724d5;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/views/ChargingStationsView.vue b/ui/web/src/views/ChargingStationsView.vue index 9243b98f..15564785 100644 --- a/ui/web/src/views/ChargingStationsView.vue +++ b/ui/web/src/views/ChargingStationsView.vue @@ -62,7 +62,6 @@ function stopSimulator(): void { #charging-stations { height: fit-content; width: 100%; - background-color: rgb(233, 227, 227); display: flex; flex-direction: column; } @@ -74,18 +73,18 @@ function stopSimulator(): void { #reload-button { flex: auto; - background-color: rgb(25, 118, 210); color: white; + background-color: blue; font-size: 35px; font-weight: bold; } #reload-button:hover { - background-color: rgb(10, 113, 195); + background-color: rgb(0, 0, 225); } #reload-button:active { - background-color: rgb(255, 113, 195); + background-color: red; } #simulator-button {