diff --git a/package-lock.json b/package-lock.json index 4cf16a95..09f0dd0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7885,7 +7885,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -7906,12 +7907,14 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -7926,17 +7929,20 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -8053,7 +8059,8 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -8065,6 +8072,7 @@ "version": "1.0.0", "bundled": true, "dev": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -8079,6 +8087,7 @@ "version": "3.0.4", "bundled": true, "dev": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -8086,12 +8095,14 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "minipass": { "version": "2.3.5", "bundled": true, "dev": true, + "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -8110,6 +8121,7 @@ "version": "0.5.1", "bundled": true, "dev": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -8190,7 +8202,8 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -8202,6 +8215,7 @@ "version": "1.4.0", "bundled": true, "dev": true, + "optional": true, "requires": { "wrappy": "1" } @@ -8287,7 +8301,8 @@ "safe-buffer": { "version": "5.1.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -8323,6 +8338,7 @@ "version": "1.0.2", "bundled": true, "dev": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -8342,6 +8358,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -8385,12 +8402,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, @@ -9984,6 +10003,7 @@ "version": "2.10.1", "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz", "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=", + "optional": true, "requires": { "hoek": "2.x.x" } @@ -10039,7 +10059,8 @@ "hoek": { "version": "2.16.3", "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", - "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=" + "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=", + "optional": true }, "http-signature": { "version": "1.1.1", @@ -13459,11 +13480,7 @@ "dependencies": { "imagesloaded": { "version": "git+https://github.com/eiriklv/imagesloaded.git#04535a148206e58790927e133f24ca199163b995", - "from": "git+https://github.com/eiriklv/imagesloaded.git", - "requires": { - "eventie": ">=1.0.4 <2", - "wolfy87-eventemitter": "4.x" - } + "from": "git+https://github.com/eiriklv/imagesloaded.git" } } }, diff --git a/src/components/login/LoginForm/style.scss b/src/components/login/LoginForm/style.scss index adc0baf6..0d6a67ed 100644 --- a/src/components/login/LoginForm/style.scss +++ b/src/components/login/LoginForm/style.scss @@ -10,14 +10,15 @@ .area_left { grid-column-end: span 3; - background: $content_bg_color; + //background: $content_bg_color; padding: $spc; border-radius: $panel_radius 0 0 $panel_radius; display: flex; align-items: center; justify-content: center; - - @include outer_shadow(); + background: url('../../../sprites/splotchy.svg'); + background-size: cover; + //@include outer_shadow(); } .area_right { diff --git a/src/containers/LoginLayout/style.scss b/src/containers/LoginLayout/style.scss index c0f140c1..60423987 100644 --- a/src/containers/LoginLayout/style.scss +++ b/src/containers/LoginLayout/style.scss @@ -25,6 +25,7 @@ display: flex; align-items: stretch; justify-content: stretch; - + background: rgba(0,0,0,0.1); + box-shadow: inset rgba(0,0,0,0.3) 0 0 0 1px; //@include outer_shadow(); } diff --git a/src/sprites/wires/image-concept.svg b/src/sprites/wires/image-concept.svg new file mode 100644 index 00000000..8bf6f0a4 --- /dev/null +++ b/src/sprites/wires/image-concept.svg @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +