diff client/src/bottlenecks/Bottlenecks.vue @ 1213:9d93968db2cd

replaced custom css with bootstrap classes
author Markus Kottlaender <markus@intevation.de>
date Mon, 19 Nov 2018 14:13:01 +0100
parents 8df4ebbc5c3f
children ba8cd80d68b6
line wrap: on
line diff
--- a/client/src/bottlenecks/Bottlenecks.vue	Mon Nov 19 13:48:50 2018 +0100
+++ b/client/src/bottlenecks/Bottlenecks.vue	Mon Nov 19 14:13:01 2018 +0100
@@ -106,7 +106,7 @@
     ...mapState("map", ["openLayersMap"]),
     bottlenecksStyle() {
       return [
-        "ui-element shadow bottlenecks border-top",
+        "ui-element shadow bottlenecks rounded-bottom border-top",
         {
           bottleneckscollapsed: !this.showBottlenecks,
           bottlenecksextended: this.showBottlenecks
@@ -240,8 +240,6 @@
   background-color: #ffffff
   padding-top: $offset
   opacity: $slight-transparent
-  border-bottom-left-radius: $border-radius
-  border-bottom-right-radius: $border-radius
   transition: left 0.3s ease
   overflow: hidden
   background: #fff
@@ -260,7 +258,6 @@
   z-index: 2
   right: 0
   top: 7px
-  border-radius: $border-radius
   height: $icon-width
   width: $icon-height
   display: none