view client/src/assets/application.scss @ 25:a728610b3812

Add Light visual hints Using light hints to emphasize the from parts
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 21 Jun 2018 18:28:18 +0200
parents 10ebbf197523
children 7ba0a77fd679
line wrap: on
line source

$offset: 20px;
$small-offset: 10px;
$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%;
  left: 50%;
  transform: translate(-50%, -50%);
}