aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/login/login.component.css
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-03-28 19:09:53 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-03-28 19:09:53 -0400
commitfb4e2bc3eb66ca861eb8393ade21811e4510669a (patch)
tree2ea81b40956165d9483c30032c51d6ed16957b07 /ufund-ui/src/app/components/login/login.component.css
parentd6f4aad157baad7d9b25d56ce056b80805e88f5f (diff)
downloadJellySolutions-fb4e2bc3eb66ca861eb8393ade21811e4510669a.tar.gz
JellySolutions-fb4e2bc3eb66ca861eb8393ade21811e4510669a.tar.bz2
JellySolutions-fb4e2bc3eb66ca861eb8393ade21811e4510669a.zip
Start implementation new design
Diffstat (limited to '')
-rw-r--r--ufund-ui/src/app/components/login/login.component.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/ufund-ui/src/app/components/login/login.component.css b/ufund-ui/src/app/components/login/login.component.css
index 4bfcbb8..b56b4eb 100644
--- a/ufund-ui/src/app/components/login/login.component.css
+++ b/ufund-ui/src/app/components/login/login.component.css
@@ -3,7 +3,11 @@
align-items: center;
justify-content: center;
height: 100%;
- background-image: url("https://www.fineshare.com/background/jellyfish-under-fluorescent-illumination.jpg");
+ /*background-image: url("https://www.fineshare.com/background/jellyfish-under-fluorescent-illumination.jpg");*/
+ background: rgba(0, 0, 0, .65) url("https://4kwallpapers.com/images/wallpapers/blue-jellyfish-aquarium-underwater-glowing-marine-life-1920x1080-3546.jpg");
+ background-blend-mode: darken;
+ margin-top: -66px
+
}
#box {
@@ -18,7 +22,7 @@
border-radius: 5px;
border-style: solid;
border-width: 1px;
- border-color: white;
+ border-color: rgb(140, 140, 255);
}
.border {