diff client/src/App.vue @ 539:924490b3395b

refac: Loginmask reworked The login is now more stable. The user gets better visual feedback for his actions.
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 30 Aug 2018 12:39:09 +0200
parents b7ac2e4f9c5c
children 505656a9947f
line wrap: on
line diff
--- a/client/src/App.vue	Wed Aug 29 16:12:20 2018 +0200
+++ b/client/src/App.vue	Thu Aug 30 12:39:09 2018 +0200
@@ -7,6 +7,8 @@
 <style lang="scss">
 html {
   height: 100%;
+  width: 100%;
+  margin: 0 auto;
 }
 body {
   min-height: 100%;
@@ -20,14 +22,4 @@
   text-align: center;
   color: #2c3e50;
 }
-#nav {
-  padding: 30px;
-  a {
-    font-weight: bold;
-    color: #2c3e50;
-    &.router-link-exact-active {
-      color: #42b983;
-    }
-  }
-}
 </style>