annotate client/src/application/assets/application.sass @ 1259:f80d1fd54806

removed duplicated css and added comment
author Markus Kottlaender <markus@intevation.de>
date Wed, 21 Nov 2018 12:44:04 +0100
parents 3c84035b1f1b
children 7e2693d49daa
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)
1256
3c84035b1f1b adjusted box shadows
Markus Kottlaender <markus@intevation.de>
parents: 1249
diff changeset
17 $shadow-xs: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.2)
1213
9d93968db2cd replaced custom css with bootstrap classes
Markus Kottlaender <markus@intevation.de>
parents: 1211
diff changeset
18 $border-radius: 0.25rem
1191
b23622905a3f switched entirely to sass instead of scss
Markus Kottlaender <markus@intevation.de>
parents:
diff changeset
19 $icon-height: 2rem
b23622905a3f switched entirely to sass instead of scss
Markus Kottlaender <markus@intevation.de>
parents:
diff changeset
20 $icon-width: 2rem
b23622905a3f switched entirely to sass instead of scss
Markus Kottlaender <markus@intevation.de>
parents:
diff changeset
21 $large-offset: 2rem
b23622905a3f switched entirely to sass instead of scss
Markus Kottlaender <markus@intevation.de>
parents:
diff changeset
22 $offset: 1rem
1208
8df4ebbc5c3f staging area
Thomas Junk <thomas.junk@intevation.de>
parents: 1204
diff changeset
23 $sidebar-height: 35rem
1191
b23622905a3f switched entirely to sass instead of scss
Markus Kottlaender <markus@intevation.de>
parents:
diff changeset
24 $sidebar-width: 15rem
b23622905a3f switched entirely to sass instead of scss
Markus Kottlaender <markus@intevation.de>
parents:
diff changeset
25 $slight-transparent: 0.96
b23622905a3f switched entirely to sass instead of scss
Markus Kottlaender <markus@intevation.de>
parents:
diff changeset
26 $small-offset: 0.5rem
b23622905a3f switched entirely to sass instead of scss
Markus Kottlaender <markus@intevation.de>
parents:
diff changeset
27 $smaller: 0.9rem
b23622905a3f switched entirely to sass instead of scss
Markus Kottlaender <markus@intevation.de>
parents:
diff changeset
28 $transition-fast: 0.3s
b23622905a3f switched entirely to sass instead of scss
Markus Kottlaender <markus@intevation.de>
parents:
diff changeset
29 $transition-slow: 3s
b23622905a3f switched entirely to sass instead of scss
Markus Kottlaender <markus@intevation.de>
parents:
diff changeset
30 $transition: 0.5s
b23622905a3f switched entirely to sass instead of scss
Markus Kottlaender <markus@intevation.de>
parents:
diff changeset
31 $x-large-offset: 3rem
b23622905a3f switched entirely to sass instead of scss
Markus Kottlaender <markus@intevation.de>
parents:
diff changeset
32 $xx-large-offset: 5rem
b23622905a3f switched entirely to sass instead of scss
Markus Kottlaender <markus@intevation.de>
parents:
diff changeset
33 $x-small-offset: 0.25rem
b23622905a3f switched entirely to sass instead of scss
Markus Kottlaender <markus@intevation.de>
parents:
diff changeset
34
1211
55eae66af749 relayouting soundingresults
Thomas Junk <thomas.junk@intevation.de>
parents: 1209
diff changeset
35 .w-90
55eae66af749 relayouting soundingresults
Thomas Junk <thomas.junk@intevation.de>
parents: 1209
diff changeset
36 width: 90%
55eae66af749 relayouting soundingresults
Thomas Junk <thomas.junk@intevation.de>
parents: 1209
diff changeset
37
1191
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
1249
104d41ea7c15 restyling of boxes to save screen space
Markus Kottlaender <markus@intevation.de>
parents: 1213
diff changeset
49
1256
3c84035b1f1b adjusted box shadows
Markus Kottlaender <markus@intevation.de>
parents: 1249
diff changeset
50 .shadow-xs
3c84035b1f1b adjusted box shadows
Markus Kottlaender <markus@intevation.de>
parents: 1249
diff changeset
51 box-shadow: $shadow-xs
3c84035b1f1b adjusted box shadows
Markus Kottlaender <markus@intevation.de>
parents: 1249
diff changeset
52
1249
104d41ea7c15 restyling of boxes to save screen space
Markus Kottlaender <markus@intevation.de>
parents: 1213
diff changeset
53 .box
104d41ea7c15 restyling of boxes to save screen space
Markus Kottlaender <markus@intevation.de>
parents: 1213
diff changeset
54 max-height: 0
104d41ea7c15 restyling of boxes to save screen space
Markus Kottlaender <markus@intevation.de>
parents: 1213
diff changeset
55 max-width: 0
104d41ea7c15 restyling of boxes to save screen space
Markus Kottlaender <markus@intevation.de>
parents: 1213
diff changeset
56 overflow: hidden
104d41ea7c15 restyling of boxes to save screen space
Markus Kottlaender <markus@intevation.de>
parents: 1213
diff changeset
57 margin-left: 0
104d41ea7c15 restyling of boxes to save screen space
Markus Kottlaender <markus@intevation.de>
parents: 1213
diff changeset
58 margin-right: 0
1256
3c84035b1f1b adjusted box shadows
Markus Kottlaender <markus@intevation.de>
parents: 1249
diff changeset
59 box-shadow: $shadow-xs
1249
104d41ea7c15 restyling of boxes to save screen space
Markus Kottlaender <markus@intevation.de>
parents: 1213
diff changeset
60 transition: max-width .4s, max-height .4s, margin-left .4s, margin-right .4s
104d41ea7c15 restyling of boxes to save screen space
Markus Kottlaender <markus@intevation.de>
parents: 1213
diff changeset
61
104d41ea7c15 restyling of boxes to save screen space
Markus Kottlaender <markus@intevation.de>
parents: 1213
diff changeset
62 .expanded
104d41ea7c15 restyling of boxes to save screen space
Markus Kottlaender <markus@intevation.de>
parents: 1213
diff changeset
63 max-height: 999px
104d41ea7c15 restyling of boxes to save screen space
Markus Kottlaender <markus@intevation.de>
parents: 1213
diff changeset
64 max-width: 999px
104d41ea7c15 restyling of boxes to save screen space
Markus Kottlaender <markus@intevation.de>
parents: 1213
diff changeset
65 margin-left: 0.5rem
104d41ea7c15 restyling of boxes to save screen space
Markus Kottlaender <markus@intevation.de>
parents: 1213
diff changeset
66 margin-right: 0.5rem