annotate client/src/assets/application.scss @ 25:a728610b3812

Add Light visual hints Using light hints to emphasize the from parts
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 21 Jun 2018 18:28:18 +0200
parents 10ebbf197523
children 7ba0a77fd679
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
19
c7fe6244528c Refactoring local SCSS to a application wide accessible SCSS
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1 $offset: 20px;
c7fe6244528c Refactoring local SCSS to a application wide accessible SCSS
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2 $small-offset: 10px;
c7fe6244528c Refactoring local SCSS to a application wide accessible SCSS
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3 $iconsize: 3em;
c7fe6244528c Refactoring local SCSS to a application wide accessible SCSS
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4 $iconLineHeight: 0.25em;
c7fe6244528c Refactoring local SCSS to a application wide accessible SCSS
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5 $iconwidth: 20px;
24
10ebbf197523 Rework layout of login page
Thomas Junk <thomas.junk@intevation.de>
parents: 19
diff changeset
6 $basic-shadow: 1px 3px 8px 2px rgba(220, 220, 220, 0.75);
25
a728610b3812 Add Light visual hints
Thomas Junk <thomas.junk@intevation.de>
parents: 24
diff changeset
7 $basic-shadow-light: 1px 1px 12px 1px rgba(235, 235, 235, 0.75);
24
10ebbf197523 Rework layout of login page
Thomas Junk <thomas.junk@intevation.de>
parents: 19
diff changeset
8
10ebbf197523 Rework layout of login page
Thomas Junk <thomas.junk@intevation.de>
parents: 19
diff changeset
9 %fully-centered {
10ebbf197523 Rework layout of login page
Thomas Junk <thomas.junk@intevation.de>
parents: 19
diff changeset
10 position: absolute;
10ebbf197523 Rework layout of login page
Thomas Junk <thomas.junk@intevation.de>
parents: 19
diff changeset
11 top: 50%;
10ebbf197523 Rework layout of login page
Thomas Junk <thomas.junk@intevation.de>
parents: 19
diff changeset
12 left: 50%;
10ebbf197523 Rework layout of login page
Thomas Junk <thomas.junk@intevation.de>
parents: 19
diff changeset
13 transform: translate(-50%, -50%);
10ebbf197523 Rework layout of login page
Thomas Junk <thomas.junk@intevation.de>
parents: 19
diff changeset
14 }