changeset 627:afd5595c8d8b

fix: border radius sidebar
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 11 Sep 2018 17:31:07 +0200
parents d4fa28bfa6ec
children ef9c733cc6aa
files client/src/application/Sidebar.vue
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/application/Sidebar.vue	Tue Sep 11 17:17:37 2018 +0200
+++ b/client/src/application/Sidebar.vue	Tue Sep 11 17:31:07 2018 +0200
@@ -64,6 +64,7 @@
   background-color: #ffffff;
   padding-top: $large-offset;
   opacity: 0.96;
+  border-radius: 0.5rem;
 }
 
 .overlay {