public/components/loader/_loader.scss (17 lines of code) (raw):
.wf-loader {
position: absolute;
top: 30%;
left: 50%;
margin-left: -6%;
display: block;
height: 48px;
text-align: center;
line-height: 48px;
width: 12%;
border: 1px solid $c-grey-300;
color: $c-grey-600;
@extend %fs-data-2;
font-weight: bold;
background-color: #ffffff;
@include box-shadow(0px 0px 5px $c-grey-500);
}