diff client/src/application/Sidebar.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 1c7806728172
children 957907eaaa72
line wrap: on
line diff
--- a/client/src/application/Sidebar.vue	Mon Nov 19 15:10:09 2018 +0100
+++ b/client/src/application/Sidebar.vue	Mon Nov 19 15:20:22 2018 +0100
@@ -2,7 +2,7 @@
     <div :class="sidebarStyle">
         <div
             @click="$store.commit('application/showSidebar', !showSidebar)"
-            class="menubutton rounded position-absolute d-flex justify-content-center"
+            class="menubutton p-2 bg-white rounded position-absolute d-flex justify-content-center"
         >
             <i class="ui-element d-print-none fa fa-bars"></i>
         </div>
@@ -158,8 +158,6 @@
   text-align: left
 
 .menubutton
-  background-color: white
-  padding: $small-offset
   height: $icon-height
   width: $icon-width
   top: 0