# HG changeset patch # User Thomas Junk # Date 1533905369 -7200 # Node ID 0a9aaf21f69fe2950c27d6a12b36a631cdf895c9 # Parent e42f42eb935333d38e117471f3ad84e2931e5eb8 feat: usermanagement Togglable userdetails card diff -r e42f42eb9353 -r 0a9aaf21f69f client/src/assets/application.scss --- a/client/src/assets/application.scss Fri Aug 10 13:15:32 2018 +0200 +++ b/client/src/assets/application.scss Fri Aug 10 14:49:29 2018 +0200 @@ -1,13 +1,13 @@ $offset: 20px; $small-offset: 10px; $large-offset: 30px; +$x-large-offset: 50px; $iconsize: 3em; $iconLineHeight: 0.25em; $iconwidth: 20px; $basic-shadow: 1px 3px 8px 2px rgba(220, 220, 220, 0.75); $basic-shadow-light: 1px 1px 12px 1px rgba(235, 235, 235, 0.75); - %fully-centered { position: absolute; top: 50%; diff -r e42f42eb9353 -r 0a9aaf21f69f client/src/components/Userdetail.vue --- a/client/src/components/Userdetail.vue Fri Aug 10 13:15:32 2018 +0200 +++ b/client/src/components/Userdetail.vue Fri Aug 10 14:49:29 2018 +0200 @@ -1,34 +1,34 @@