mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-17 23:37:47 +02:00
31 lines
558 B
CSS
31 lines
558 B
CSS
/*
|
|
===============================
|
|
@Import Function
|
|
===============================
|
|
*/
|
|
/*
|
|
===============================
|
|
@Import Mixins
|
|
===============================
|
|
*/
|
|
div#load_screen {
|
|
background: #ecefff;
|
|
opacity: 1;
|
|
position: fixed;
|
|
z-index: 999999;
|
|
top: 0px;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
width: 100%; }
|
|
div#load_screen .loader {
|
|
display: flex;
|
|
justify-content: center;
|
|
height: 100vh; }
|
|
div#load_screen .loader-content {
|
|
right: 0;
|
|
align-self: center; }
|
|
|
|
.spinner-grow {
|
|
color: #304aca; }
|