diff client/src/assets/application.scss @ 24:10ebbf197523

Rework layout of login page Modernize layout Place logo below login button Add shadows
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 21 Jun 2018 17:30:26 +0200
parents c7fe6244528c
children a728610b3812
line wrap: on
line diff
--- a/client/src/assets/application.scss	Thu Jun 21 13:39:01 2018 +0200
+++ b/client/src/assets/application.scss	Thu Jun 21 17:30:26 2018 +0200
@@ -3,3 +3,11 @@
 $iconsize: 3em;
 $iconLineHeight: 0.25em;
 $iconwidth: 20px;
+$basic-shadow: 1px 3px 8px 2px rgba(220, 220, 220, 0.75);
+
+%fully-centered {
+  position: absolute;
+  top: 50%;
+  left: 50%;
+  transform: translate(-50%, -50%);
+}