diff --git a/public/index.html b/public/index.html index 5356bc6..4e98247 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - Float-Fleet + Float Fleet diff --git a/public/media/misc/car-dash.png b/public/media/misc/car-dash.png new file mode 100644 index 0000000..97ded66 Binary files /dev/null and b/public/media/misc/car-dash.png differ diff --git a/public/splash-screen.css b/public/splash-screen.css index e77227c..0f74865 100644 --- a/public/splash-screen.css +++ b/public/splash-screen.css @@ -42,7 +42,13 @@ body { color: #92929F; } -.auth-aside{ +.auth-aside { border-radius: 15px; - box-shadow: 0 8px 8px -4px rgb(38, 42, 43); + box-shadow: + 0 2.8px 2.2px rgba(179, 116, 116, 0.034), + 0 6.7px 5.3px rgba(129, 84, 84, 0.048), + 0 12.5px 10px rgba(124, 88, 88, 0.06), + 0 22.3px 17.9px rgba(0, 0, 0, 0.072), + 0 41.8px 33.4px rgba(0, 0, 0, 0.086), + 0 100px 80px rgba(0, 0, 0, 0.12) } \ No newline at end of file diff --git a/src/app/modules/auth/AuthLayout.tsx b/src/app/modules/auth/AuthLayout.tsx index 075eb61..42c4a05 100644 --- a/src/app/modules/auth/AuthLayout.tsx +++ b/src/app/modules/auth/AuthLayout.tsx @@ -60,7 +60,7 @@ const AuthLayout = () => { {/* begin::Aside */}
{/* begin::Content */}
@@ -73,7 +73,7 @@ const AuthLayout = () => { {/* begin::Image */} {/* end::Image */} diff --git a/src/app/modules/auth/components/Login.tsx b/src/app/modules/auth/components/Login.tsx index 220ea9c..f1faf8a 100644 --- a/src/app/modules/auth/components/Login.tsx +++ b/src/app/modules/auth/components/Login.tsx @@ -66,7 +66,7 @@ export function Login() { {/* begin::Heading */}
{/*

Sign In

*/} - Logo + Logo
{/* begin::Heading */}