view client/src/assets/application.scss @ 165:4bf2173748f3

refactor: extracted the string to milisecondconversion Extracted the conversion of session data to string conversion to Method. SRP.
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 06 Jul 2018 11:04:52 +0200
parents 0c19dcc352f9
children 2c58906649be
line wrap: on
line source

$offset: 20px;
$small-offset: 10px;
$large-offset: 30px;
$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%);
}