$prefix-spin:#{$prefix}spin;
.#{$prefix-spin}{
    color: $color-primary;
    display: inline-block;
    &-cover{
        font-size: 2em;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        &:before{
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            @include get-color-bg ();
            opacity: 0.85;
        }
        &>*{
            z-index: 1;
        }
    }
}
