aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/login/login.component.css
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-03-22 00:04:40 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-03-22 00:04:40 -0400
commit0be2b5868bdda04146a22ec81596dbbb81922360 (patch)
tree27890e6141140bdfaf05f4824885d5a7f12c4739 /ufund-ui/src/app/components/login/login.component.css
parent0ba69e502b89ed2d8fe51b3b8b40eb8fba5830e1 (diff)
downloadJellySolutions-0be2b5868bdda04146a22ec81596dbbb81922360.tar.gz
JellySolutions-0be2b5868bdda04146a22ec81596dbbb81922360.tar.bz2
JellySolutions-0be2b5868bdda04146a22ec81596dbbb81922360.zip
improve login page
Diffstat (limited to '')
-rw-r--r--ufund-ui/src/app/components/login/login.component.css22
1 files changed, 17 insertions, 5 deletions
diff --git a/ufund-ui/src/app/components/login/login.component.css b/ufund-ui/src/app/components/login/login.component.css
index 435cc87..cae0992 100644
--- a/ufund-ui/src/app/components/login/login.component.css
+++ b/ufund-ui/src/app/components/login/login.component.css
@@ -1,8 +1,20 @@
-:host, .border {
- display: flex;
- flex-direction: column;
- max-width: 300px;
- gap: 5px
+:host {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ height: 100%;
+ background-image: url("https://www.fineshare.com/background/jellyfish-under-fluorescent-illumination.jpg");
+}
+
+#box {
+ display: flex;
+ flex-direction: column;
+ max-width: 330px;
+ gap: 5px;
+ backdrop-filter: blur(10px);
+ background-color: rgba(0, 0, 0, 0.1);
+ padding: 30px;
+ color: white;
}
.border {