diff client/src/App.vue @ 1217:ba8cd80d68b6

made more use of bootstrap classes instead of custom css
author Markus Kottlaender <markus@intevation.de>
date Mon, 19 Nov 2018 15:20:22 +0100
parents f14293893430
children 957907eaaa72
line wrap: on
line diff
--- a/client/src/App.vue	Mon Nov 19 15:10:09 2018 +0100
+++ b/client/src/App.vue	Mon Nov 19 15:20:22 2018 +0100
@@ -1,7 +1,7 @@
 <template>
     <div id="app" class="main">
         <div v-if="isAuthenticated" class="d-flex flex-column userinterface">
-            <div class="topbar d-flex">
+            <div class="topbar d-flex pt-3 mx-3">
                 <div class="mr-auto d-flex">
                     <Sidebar :routeName="routeName"></Sidebar>
                     <div class="d-flex flex-column" style="max-width: 600px;">
@@ -41,9 +41,6 @@
   pointer-events: none
 
 .topbar
-  padding-top: $offset
-  margin-left: $offset
-  margin-right: $offset
   position: relative
   z-index: 2