comparison client/src/application/assets/application.sass @ 1191:b23622905a3f

switched entirely to sass instead of scss for cleaner code/less lines, just removed all ; and {}
author Markus Kottlaender <markus@intevation.de>
date Fri, 16 Nov 2018 14:37:07 +0100
parents
children ddfdf440da24
comparison
equal deleted inserted replaced
1190:e3de65179889 1191:b23622905a3f
1 /*
2 * This is Free Software under GNU Affero General Public License v >= 3.0
3 * without warranty, see README.md and license for details.
4 *
5 * SPDX-License-Identifier: AGPL-3.0-or-later
6 * License-Filename: LICENSES/AGPL-3.0.txt
7 *
8 * Copyright (C) 2018 by via donau
9 * – Österreichische Wasserstraßen-Gesellschaft mbH
10 * Software engineering by Intevation GmbH
11 *
12 * Author(s):
13 * Thomas Junk <thomas.junk@intevation.de>
14 */
15 $basic-shadow-light: 1px 1px 12px 1px rgba(235, 235, 235, 0.75)
16 $basic-shadow: 1px 3px 8px 2px rgba(220, 220, 220, 0.75)
17 $border-radius: 5px
18 $icon-height: 2rem
19 $icon-width: 2rem
20 $large-offset: 2rem
21 $layerselect-height: 20rem
22 $layerselect-width: 22rem
23 $identify-height: 20rem
24 $identify-width: 20rem
25 $offset: 1rem
26 $searchbar-width: 50vw
27 $sidebar-height: 32rem
28 $sidebar-width: 15rem
29 $slight-transparent: 0.96
30 $small-offset: 0.5rem
31 $smaller: 0.9rem
32 $transition-fast: 0.3s
33 $transition-slow: 3s
34 $transition: 0.5s
35 $x-large-offset: 3rem
36 $xx-large-offset: 5rem
37 $x-small-offset: 0.25rem
38
39 .debug
40 border: 1px solid red
41
42 %fully-centered
43 position: absolute
44 top: 50%
45 left: 50%
46 transform: translate(-50%, -50%)
47
48 .ui-element
49 pointer-events: auto