From 73718a5dc55595b34094239b4d5728df66417e76 Mon Sep 17 00:00:00 2001
From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com>
Date: Sat, 17 Feb 2024 19:52:23 +0330
Subject: UI improvements (#1813)
---
web/html/login.html | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
(limited to 'web/html/login.html')
diff --git a/web/html/login.html b/web/html/login.html
index 34eff41c..b622a080 100644
--- a/web/html/login.html
+++ b/web/html/login.html
@@ -31,7 +31,7 @@
}
.title {
font-size: 32px;
- font-weight: bold;
+ font-weight: 600;
}
#app {
overflow: hidden;
@@ -204,7 +204,7 @@
position: relative;
width: 100%;
height: 15vh;
- margin-bottom: -5px; /*Fix for safari gap*/
+ margin-bottom: -8px; /*Fix for safari gap*/
min-height: 100px;
max-height: 150px;
}
@@ -212,23 +212,27 @@
animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.dark .parallax > use {
- fill: rgb(10 117 87 / 20%);
+ fill: #0f2d32;
}
.parallax > use:nth-child(1) {
animation-delay: -2s;
- animation-duration: 7s;
+ animation-duration: 4s;
opacity: 0.2;
}
.parallax > use:nth-child(2) {
animation-delay: -3s;
- animation-duration: 10s;
+ animation-duration: 7s;
opacity: 0.4;
}
.parallax > use:nth-child(3) {
animation-delay: -4s;
- animation-duration: 13s;
+ animation-duration: 10s;
opacity: 0.6;
}
+ .parallax > use:nth-child(4) {
+ animation-delay: -5s;
+ animation-duration: 13s;
+ }
@keyframes move-forever {
0% {
transform: translate3d(-90px, 0, 0);
@@ -255,9 +259,10 @@
+
-
+
@@ -290,7 +295,7 @@
-
+
[[ loading ? '' : '{{ i18n "login" }}' ]]
--
cgit v1.2.3