comparison client/src/application/assets/application.scss @ 585:ef307bd6b5d8

refac: restructured client application To make the application more accessible for developers, the structure was reorganized. Instead of sticking to technical terminology, the application terminology is according to the domain: I.e. "map" contains everything regarding map (including store).
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 07 Sep 2018 11:13:56 +0200
parents
children b17a4482d07d
comparison
equal deleted inserted replaced
584:8b66a10aaf8a 585:ef307bd6b5d8
1 $offset: 20px;
2 $small-offset: 10px;
3 $large-offset: 30px;
4 $x-large-offset: 50px;
5 $iconsize: 3em;
6 $iconLineHeight: 0.25em;
7 $iconwidth: 20px;
8 $basic-shadow: 1px 3px 8px 2px rgba(220, 220, 220, 0.75);
9 $basic-shadow-light: 1px 1px 12px 1px rgba(235, 235, 235, 0.75);
10 $transition: 0.5s;
11 $transition-fast: 0.1s;
12 $transition-slow: 3s;
13 $topbarheight: 5vh;
14
15 %fully-centered {
16 position: absolute;
17 top: 50%;
18 left: 50%;
19 transform: translate(-50%, -50%);
20 }
21
22 .ui-element {
23 pointer-events: auto;
24 }