Updated Image and Logo

This commit was merged in pull request #2.
This commit is contained in:
Chukwumdiebube
2023-04-05 21:38:44 +01:00
parent 53207874eb
commit 30cc488372
5 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />
<meta name="description" content="Metronic React Demo 1" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700">
<title>Float-Fleet</title>
<title>Float Fleet</title>
<link rel="shortcut icon" href="%PUBLIC_URL%/media/logos/favicon.ico" />
<link rel="stylesheet" id="layout-styles-anchor" href="%PUBLIC_URL%/splash-screen.css" />
</head>
Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

+8 -2
View File
@@ -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)
}