view client/src/application/assets/application.sass @ 1211:55eae66af749

relayouting soundingresults
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 19 Nov 2018 13:42:20 +0100
parents 4f666dbb9abd
children 9d93968db2cd
line wrap: on
line source

/*
 * This is Free Software under GNU Affero General Public License v >= 3.0
 * without warranty, see README.md and license for details.
 * 
 * SPDX-License-Identifier: AGPL-3.0-or-later
 * License-Filename: LICENSES/AGPL-3.0.txt
 * 
 * Copyright (C) 2018 by via donau 
 *   – Österreichische Wasserstraßen-Gesellschaft mbH
 * Software engineering by Intevation GmbH
 * 
 * Author(s):
 * Thomas Junk <thomas.junk@intevation.de>
 */
$basic-shadow-light: 1px 1px 12px 1px rgba(235, 235, 235, 0.75)
$basic-shadow: 1px 3px 8px 2px rgba(220, 220, 220, 0.75)
$border-radius: 5px
$icon-height: 2rem
$icon-width: 2rem
$large-offset: 2rem
$layerselect-height: 20rem
$layerselect-width: 22rem
$identify-height: 16rem
$identify-width: 20rem
$offset: 1rem
$sidebar-height: 35rem
$sidebar-width: 15rem
$slight-transparent: 0.96
$small-offset: 0.5rem
$smaller: 0.9rem
$transition-fast: 0.3s
$transition-slow: 3s
$transition: 0.5s
$x-large-offset: 3rem
$xx-large-offset: 5rem
$x-small-offset: 0.25rem

.w-90
  width: 90%

.debug
  border: 1px solid red

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

.ui-element
  pointer-events: auto