refactor(ui): refine action bar style
[e-mobility-charging-stations-simulator.git] / ui / web / src / App.vue
index 1f2dcf85b10dfd101d9b5647150c6861c164da5c..ab08dea67870a367f5eb427b7d1bea896a635db3 100644 (file)
@@ -1,6 +1,6 @@
 <template>
   <router-view />
-  <Container id="action">
+  <Container id="action-container">
     <router-view name="action" />
   </Container>
 </template>
@@ -22,7 +22,7 @@ import Container from '@/components/Container.vue'
   background-color: white;
 }
 
-#action {
+#action-container {
   min-width: max-content;
   display: flex;
   flex-direction: column;