view client/src/application/assets/application.scss @ 632:f2097d2aa048

fix: adjusted icon sizes
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 12 Sep 2018 17:25:26 +0200
parents 855cca0142ec
children c2f040dba57f
line wrap: on
line source

$offset: 1rem;
$small-offset: 0.5rem;
$x-small-offset: 0.25rem;
$large-offset: 2rem;
$x-large-offset: 3rem;
$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: 3s;
$smaller: 0.9rem;
$border-radius: 5px;
$sidebar-width: 15rem;
$sidebar-height: 13rem;
$icon-height: 2rem;
$icon-width: 2rem;

.debug {
  border: 1px solid red;
}

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

.ui-element {
  pointer-events: auto;
}