view client/src/assets/application.scss @ 485:7a8644e9e50e

client: add (unwired) password reset form * Add password reset form to the Login view. Pressing the forgotton link will blend it in and currently the send button will hide it again. This is a good first place because an additional view and route would be more work with the same functionality. It doe not yet trigger action with the backend. * Put password forgotten part and bottom logo in divs beside the first form which matches the semantics better.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 24 Aug 2018 12:14:56 +0200
parents e7d5383bc358
children e86d6e016bbb
line wrap: on
line source

$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);
$transition: 0.5s;
$transition-fast: 0.1s;
$transition-slow: 2s;

%fully-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}