comparison 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
comparison
equal deleted inserted replaced
1266:c7db47e5f71d 1267:29036b3916ab
155 .menubutton 155 .menubutton
156 height: $icon-height 156 height: $icon-height
157 width: $icon-width 157 width: $icon-width
158 top: 0 158 top: 0
159 left: 0 159 left: 0
160 color: #666
160 161
161 .router-link-exact-active 162 .router-link-exact-active
162 background-color: #f2f2f2 163 background-color: #f2f2f2
163 164
164 .navicon 165 .navicon
165 margin-right: $small-offset 166 margin-right: $small-offset
167 color: #666
166 168
167 .menu 169 .menu
168 padding-top: $small-offset 170 padding-top: $small-offset
169 171
170 .sidebar 172 .sidebar