| .. | |||||
| _animation.scss | |||||
| _bg-colors.scss | |||||
| _breadcrumb.scss | |||||
| _buttons.scss | |||||
| _forms.scss | |||||
| _helpers.scss | |||||
| _icons.scss | |||||
| _lists.scss | |||||
| _pagetitle.scss | |||||
| _pagination.scss | |||||
| _preloader.scss | |||||
| _tabs.scss | |||||
| _typography.scss |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/promosi/assets/scss/layout/ |
Upload File : |
/*----------------------
Pre Loader
-----------------------*/
.preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 5000;
background-color: $color-white;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
.loading {
position: relative;
width: 80px;
height: 80px;
span {
box-sizing: border-box;
display: block;
position: absolute;
width: 64px;
height: 64px;
border: 5px solid $color-theme;
border-radius: 50%;
animation: rotating 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: $color-theme transparent transparent transparent;
&:nth-child(1) {
animation-delay: -0.45s;
}
&:nth-child(2) {
animation-delay: -0.3s;
}
&:nth-child(3) {
animation-delay: -0.15s;
}
}
}
}
/* Rotating Animation */
@include keyframes(rotating) {
0% {
@include prefix(transform, rotate(0deg), webkit moz ms o);
}
100% {
@include prefix(transform, rotate(360deg), webkit moz ms o);
}
}| .. | |||||
| _animation.scss | |||||
| _bg-colors.scss | |||||
| _breadcrumb.scss | |||||
| _buttons.scss | |||||
| _forms.scss | |||||
| _helpers.scss | |||||
| _icons.scss | |||||
| _lists.scss | |||||
| _pagetitle.scss | |||||
| _pagination.scss | |||||
| _preloader.scss | |||||
| _tabs.scss | |||||
| _typography.scss |