auth customization

This commit was merged in pull request #1.
This commit is contained in:
Chukwumdiebube
2023-04-05 12:11:05 +01:00
parent 947f31eafb
commit 93b96be6b1
8 changed files with 22 additions and 26 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 15 KiB

+2 -2
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>WrenchBoard</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>
@@ -36,7 +36,7 @@
<div id="root"></div>
<div id="splash-screen" class="splash-screen">
<img src="%PUBLIC_URL%/media/logos/default-small.svg" alt="WrenchBoard" />
<img src="%PUBLIC_URL%/media/logos/favicon.ico" alt="WrenchBoard" />
<span>Loading ...</span>
</div>
<div id="root-modals"></div>
Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 15 KiB

+5
View File
@@ -41,3 +41,8 @@ body {
[data-theme="dark"] .splash-screen span {
color: #92929F;
}
.auth-aside{
border-radius: 15px;
box-shadow: 0 8px 8px -4px rgb(38, 42, 43);
}