auth customization
This commit was merged in pull request #1.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 15 KiB |
+2
-2
@@ -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 |
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user