﻿.saSpinner {
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.saSpinner__image {
    background-image: url("/_scrum/images/loading.gif");
    margin-top: 200px;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position: center;
}
