changeset 1307:541a5488f0e7

added border to infobar
author Markus Kottlaender <markus@intevation.de>
date Fri, 23 Nov 2018 11:25:28 +0100
parents e496832d3ea1
children 0e9dd3cd7b53 f65d1767452c
files client/src/components/map/fairway/Infobar.vue
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/map/fairway/Infobar.vue	Fri Nov 23 11:19:56 2018 +0100
+++ b/client/src/components/map/fairway/Infobar.vue	Fri Nov 23 11:25:28 2018 +0100
@@ -24,8 +24,9 @@
 
 <style lang="sass" scoped>
 .infobar
-  height: $icon-height
+  height: $icon-height + 0.2rem
   z-index: 2
+  border-top: solid 3px $color-info
   svg path
     fill: #666
 </style>