annotate client/src/application/assets/application.sass @ 1209:4f666dbb9abd

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