// (C) 2007-2018 GoodData Corporation
.loading-mask {
    position: relative;

    .gd-spinner {
        position: absolute;
        top: 50%;
        left: 50%;

        &.small {
            margin-top: -8px;
            margin-left: -8px;
        }

        &.large {
            margin-top: -16px;
            margin-left: -16px;
        }
    }
}
