diff client/src/application/Sidebar.vue @ 1267:29036b3916ab

several UI improvements changed accent color (active buttons, etc... now same as in administration) colored box headers (for better look n feel and to reduce header size even more -> color contrast instead of big font-size) button colors changed from black to dark grey added transparency to boxes and buttons
author Markus Kottlaender <markus@intevation.de>
date Wed, 21 Nov 2018 15:05:09 +0100
parents 7e2693d49daa
children
line wrap: on
line diff
--- a/client/src/application/Sidebar.vue	Wed Nov 21 13:53:38 2018 +0100
+++ b/client/src/application/Sidebar.vue	Wed Nov 21 15:05:09 2018 +0100
@@ -157,12 +157,14 @@
   width: $icon-width
   top: 0
   left: 0
+  color: #666
 
 .router-link-exact-active
   background-color: #f2f2f2
 
 .navicon
   margin-right: $small-offset
+  color: #666
 
 .menu
   padding-top: $small-offset