withfront
Version:
Tools for frontend development especially with Bootstrap 3.x and jQuery 3.x also FontAwesome, jsCookie and more
35 lines • 743 B
CSS
/* PAGE LOADER inner */
.inner-loader-wrapper {
height: 100%;
overflow: hidden;
position: absolute ;
width: 100%;
z-index: 9999;
background-color: transparent ;
}
.loader-wrapper {
height: 100%;
overflow: hidden;
position: fixed;
width: 100%;
z-index: 9999;
background-color: #FFFFFF;
}
/* PAGE LOADER (full) */
.loader-wrapper .loader {
margin: 0 auto;
text-align: center;
width: 280px;
position: relative;
top: 50%;
transform: translateY(-50%);
}
.loader-title {
color: #CCCCCC;
font-weight: 400;
display: block;
font-size: 14px;
margin-left: 5px;
margin-top: 20px;
text-align: center;
}