diff client/src/application/Topbar.vue @ 632:f2097d2aa048

fix: adjusted icon sizes
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 12 Sep 2018 17:25:26 +0200
parents 855cca0142ec
children c2f040dba57f
line wrap: on
line diff
--- a/client/src/application/Topbar.vue	Wed Sep 12 17:17:42 2018 +0200
+++ b/client/src/application/Topbar.vue	Wed Sep 12 17:25:26 2018 +0200
@@ -21,7 +21,7 @@
 <style lang="scss">
 .splitscreen {
   background-color: white;
-  padding: 0.5rem;
+  padding: $small-offset;
   margin-right: 0.5rem;
   margin-left: 1rem;
   border-radius: 5px;
@@ -29,9 +29,11 @@
 
 .menubutton {
   background-color: white;
-  padding: 0.5rem;
+  padding: $small-offset;
   border-radius: 5px;
   margin-left: 1rem;
+  height: $icon-width;
+  width: $icon-height;
 }
 
 .searchcontainer {