diff client/src/components/systemconfiguration/Systemconfiguration.vue @ 2534:bb5286acfee2

client: reduced spacings between and inside boxes and more compact main menu
author Markus Kottlaender <markus@intevation.de>
date Thu, 07 Mar 2019 12:15:14 +0100
parents f185503ef35a
children c6fba10926cc
line wrap: on
line diff
--- a/client/src/components/systemconfiguration/Systemconfiguration.vue	Thu Mar 07 11:57:05 2019 +0100
+++ b/client/src/components/systemconfiguration/Systemconfiguration.vue	Thu Mar 07 12:15:14 2019 +0100
@@ -1,7 +1,7 @@
 <template>
   <div class="d-flex flex-row">
     <Spacer></Spacer>
-    <div class="card sysconfig mt-3 shadow-xs">
+    <div class="card sysconfig mt-2 shadow-xs">
       <UIBoxHeader icon="wrench" title="Systemconfiguration" />
       <div class="card-body text-left">
         <PDFTemplates />
@@ -14,7 +14,7 @@
 
 <style scoped lang="scss">
 .sysconfig {
-  margin-right: $offset;
+  margin-right: $small-offset;
   width: 100%;
   height: 100%;
 }