Initial commit
BIN
public/layout/images/avatar/avatar-m-1.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
public/layout/images/avatar/gene.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/layout/images/landing/atlantis-dark.png
Normal file
|
After Width: | Height: | Size: 232 KiB |
BIN
public/layout/images/landing/chart-widget.png
Normal file
|
After Width: | Height: | Size: 108 KiB |
BIN
public/layout/images/landing/ellipse-1.png
Normal file
|
After Width: | Height: | Size: 187 KiB |
BIN
public/layout/images/landing/ellipse-2.png
Normal file
|
After Width: | Height: | Size: 198 KiB |
BIN
public/layout/images/landing/ellipse-3.png
Normal file
|
After Width: | Height: | Size: 82 KiB |
BIN
public/layout/images/landing/ellipse-4.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
public/layout/images/landing/landing-header-2x.jpg
Normal file
|
After Width: | Height: | Size: 427 KiB |
BIN
public/layout/images/landing/landing-header.jpg
Normal file
|
After Width: | Height: | Size: 168 KiB |
BIN
public/layout/images/landing/meet-atlantis.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
public/layout/images/landing/progressbar-widget.png
Normal file
|
After Width: | Height: | Size: 422 KiB |
BIN
public/layout/images/logo/appname-dark.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/layout/images/logo/appname-gray.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/layout/images/logo/appname-light.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/layout/images/logo/btpxpress-logo-backup.png
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
public/layout/images/logo/btpxpress-logo-old.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/layout/images/logo/btpxpress-logo.png
Normal file
|
After Width: | Height: | Size: 734 KiB |
BIN
public/layout/images/logo/logo-cfa.png
Normal file
|
After Width: | Height: | Size: 379 KiB |
BIN
public/layout/images/logo/logo-dark.png
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
public/layout/images/logo/logo-gray.png
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
public/layout/images/logo/logo-light.png
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
public/layout/images/logo/logo-white-lions.png
Normal file
|
After Width: | Height: | Size: 220 KiB |
BIN
public/layout/images/pages/avatar.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
public/layout/images/pages/effect-ondark.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
public/layout/images/pages/effect-ondark@2x.png
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
public/layout/images/pages/effect-onlight.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
public/layout/images/pages/effect-onlight@2x.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
public/layout/images/pages/exception-ondark.png
Normal file
|
After Width: | Height: | Size: 75 KiB |
BIN
public/layout/images/pages/exception-onlight.png
Normal file
|
After Width: | Height: | Size: 107 KiB |
BIN
public/layout/images/pages/forgot-password-ondark.png
Normal file
|
After Width: | Height: | Size: 328 KiB |
BIN
public/layout/images/pages/forgot-password-onlight.png
Normal file
|
After Width: | Height: | Size: 583 KiB |
BIN
public/layout/images/pages/lock-ondark.png
Normal file
|
After Width: | Height: | Size: 604 KiB |
BIN
public/layout/images/pages/lock-onlight.png
Normal file
|
After Width: | Height: | Size: 807 KiB |
BIN
public/layout/images/pages/login-ondark.png
Normal file
|
After Width: | Height: | Size: 759 KiB |
BIN
public/layout/images/pages/login-onlight.png
Normal file
|
After Width: | Height: | Size: 947 KiB |
BIN
public/layout/images/pages/newpassword-ondark.png
Normal file
|
After Width: | Height: | Size: 639 KiB |
BIN
public/layout/images/pages/newpassword-onlight.png
Normal file
|
After Width: | Height: | Size: 743 KiB |
BIN
public/layout/images/pages/register-ondark.png
Normal file
|
After Width: | Height: | Size: 400 KiB |
BIN
public/layout/images/pages/register-onlight.png
Normal file
|
After Width: | Height: | Size: 678 KiB |
BIN
public/layout/images/pages/verification-ondark.png
Normal file
|
After Width: | Height: | Size: 857 KiB |
BIN
public/layout/images/pages/verification-onlight.png
Normal file
|
After Width: | Height: | Size: 726 KiB |
81
public/layout/preloading.css
Normal file
@@ -0,0 +1,81 @@
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.layout-preloader-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
background-color: #111417;
|
||||
}
|
||||
.layout-preloader-container .layout-preloader {
|
||||
position: relative;
|
||||
width: 75px;
|
||||
height: 75px;
|
||||
background: transparent;
|
||||
border: 3px solid #161a1f;
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
line-height: 150px;
|
||||
font-family: sans-serif;
|
||||
font-size: 20px;
|
||||
color: #6366f1;
|
||||
letter-spacing: 4px;
|
||||
text-transform: uppercase;
|
||||
text-shadow: 0 0 10px #6366f1;
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
.layout-preloader-container .layout-preloader:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
left: -3px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 3px solid transparent;
|
||||
border-top: 3px solid #6366f1;
|
||||
border-right: 3px solid #6366f1;
|
||||
border-radius: 50%;
|
||||
animation: preloader-rotate-c 1s linear infinite;
|
||||
}
|
||||
.layout-preloader-container .layout-preloader span {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: calc(50% - 2px);
|
||||
left: 50%;
|
||||
width: 50%;
|
||||
height: 4px;
|
||||
background: transparent;
|
||||
transform-origin: left;
|
||||
animation: preloader-rotate 1s linear infinite;
|
||||
}
|
||||
.layout-preloader-container .layout-preloader span:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-radius: 50%;
|
||||
background: #6366f1;
|
||||
top: -6px;
|
||||
right: -8px;
|
||||
box-shadow: 0 0 20px #6366f1;
|
||||
}
|
||||
|
||||
@keyframes preloader-rotate-c {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
@keyframes preloader-rotate {
|
||||
0% {
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(405deg);
|
||||
}
|
||||
}
|
||||
84
public/layout/preloading.scss
Normal file
@@ -0,0 +1,84 @@
|
||||
.layout-preloader-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
background-color: #111417;
|
||||
|
||||
.layout-preloader {
|
||||
position: relative;
|
||||
width: 75px;
|
||||
height: 75px;
|
||||
background: transparent;
|
||||
border: 3px solid #161a1f;
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
line-height: 150px;
|
||||
font-family: sans-serif;
|
||||
font-size: 20px;
|
||||
color: #6366F1;
|
||||
letter-spacing: 4px;
|
||||
text-transform: uppercase;
|
||||
text-shadow: 0 0 10px #6366F1;
|
||||
box-shadow: 0 0 20px rgba(0, 0, 0, .5);
|
||||
|
||||
&:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
left: -3px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 3px solid transparent;
|
||||
border-top: 3px solid #6366F1;
|
||||
border-right: 3px solid #6366F1;
|
||||
border-radius: 50%;
|
||||
animation: preloader-rotate-c 1s linear infinite;
|
||||
}
|
||||
|
||||
span {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: calc(50% - 2px);
|
||||
left: 50%;
|
||||
width: 50%;
|
||||
height: 4px;
|
||||
background: transparent;
|
||||
transform-origin: left;
|
||||
animation: preloader-rotate 1s linear infinite;
|
||||
}
|
||||
|
||||
span:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-radius: 50%;
|
||||
background: #6366F1;
|
||||
top: -6px;
|
||||
right: -8px;
|
||||
box-shadow: 0 0 20px #6366F1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes preloader-rotate-c {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes preloader-rotate {
|
||||
0% {
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: rotate(405deg);
|
||||
}
|
||||
}
|
||||