diff client/src/App.vue @ 17:7d242100af46

Adjusted the look and feel of the login page according to ISC We have now a light gray background. The login is in a white rounded box with black border.
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 21 Jun 2018 11:19:02 +0200
parents 88d0d60924cf
children 7ba0a77fd679
line wrap: on
line diff
--- a/client/src/App.vue	Thu Jun 21 09:20:39 2018 +0200
+++ b/client/src/App.vue	Thu Jun 21 11:19:02 2018 +0200
@@ -7,6 +7,10 @@
 </template>
 
 <style lang="scss">
+body {
+  background-color: #efefef !important;
+}
+
 #app {
   font-family: "Avenir", Helvetica, Arial, sans-serif;
   -webkit-font-smoothing: antialiased;