
.RecentRevenueListLoader {
    &-placeholder {
        @include loader-horizontal;
    }
    &-item {
        border: 1px solid var(--gray-400);
        border-radius: 3px;
        flex-grow: 1;
        height: 100px;
        margin: 0 0 0 10px;
        min-width: 210px;
        text-align: center;

        &:first-of-type {
            margin-left: 0;
        }
    }
    &-line {
        &-top {
            margin: 20px auto;

            @include loader-element(60%);
        }
        &-bottom {
            margin: auto;

            @include loader-element(40%);
        }
    }
}
