diff client/src/usermanagement/Usermanagement.vue @ 713:badbc0207418

feat: systeminformation feature added Under systeminformation there is a component to display textual data. Currently there is a stub log from my console displayed.
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 21 Sep 2018 13:18:30 +0200
parents 13bccabbf7c5
children ca628dce90dd
line wrap: on
line diff
--- a/client/src/usermanagement/Usermanagement.vue	Fri Sep 21 12:53:09 2018 +0200
+++ b/client/src/usermanagement/Usermanagement.vue	Fri Sep 21 13:18:30 2018 +0200
@@ -70,7 +70,7 @@
     </div>
 </template>
 
-<style lang="scss">
+<style scoped lang="scss">
 @import "../application/assets/tooltip.scss";
 
 .spacer {
@@ -80,6 +80,7 @@
 
 .spacer-collapsed {
   min-width: $icon-width + $offset;
+  transition: $transition-fast;
 }
 
 @media screen and (min-width: 600px) {