diff client/src/bottlenecks/Bottlenecks.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 9d93968db2cd
children 957907eaaa72
line wrap: on
line diff
--- a/client/src/bottlenecks/Bottlenecks.vue	Mon Nov 19 15:10:09 2018 +0100
+++ b/client/src/bottlenecks/Bottlenecks.vue	Mon Nov 19 15:20:22 2018 +0100
@@ -106,7 +106,7 @@
     ...mapState("map", ["openLayersMap"]),
     bottlenecksStyle() {
       return [
-        "ui-element shadow bottlenecks rounded-bottom border-top",
+        "ui-element shadow bottlenecks pt-3 ml-3 rounded-bottom border-top",
         {
           bottleneckscollapsed: !this.showBottlenecks,
           bottlenecksextended: this.showBottlenecks
@@ -238,12 +238,10 @@
 .bottlenecks
   position: relative
   background-color: #ffffff
-  padding-top: $offset
   opacity: $slight-transparent
   transition: left 0.3s ease
   overflow: hidden
   background: #fff
-  margin-left: $offset
 
 .bottleneckscollapsed
   width: 0