changeset 1397:dea40d4cba44

fixed menu font-sizes and zoom button z-index
author Markus Kottlaender <markus@intevation.de>
date Wed, 28 Nov 2018 15:20:28 +0100
parents a2ff987555e7
children d6dc4bcf55d3
files client/src/components/Sidebar.vue client/src/components/map/Zoom.vue
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Sidebar.vue	Wed Nov 28 15:07:54 2018 +0100
+++ b/client/src/components/Sidebar.vue	Wed Nov 28 15:20:28 2018 +0100
@@ -153,7 +153,6 @@
       svg path
         fill: #fff
     &.secondary
-      font-size: 0.9rem
       &.active
         background: lighten($color-info, 55)
         color: darken($color-info, 15)
--- a/client/src/components/map/Zoom.vue	Wed Nov 28 15:07:54 2018 +0100
+++ b/client/src/components/map/Zoom.vue	Wed Nov 28 15:20:28 2018 +0100
@@ -24,7 +24,7 @@
 .zoomButton
   min-height: $icon-width
   min-width: $icon-width
-  z-index: 2
+  z-index: 1
   outline: none
   color: #666
 </style>