@import "../../variables";
@import "../../mixins";

.Distribution-files {
    display: table;
    margin-top: $offset_main * 3;
    width: 100%;
}

.Distribution-download-wrapper,
.Distribution-upload-wrapper {
    @include column;
    @include columnWidth(6);
}

.Distribution-steps {
    margin-bottom: $offset_main * 2;
}

.Distribution-import-summary {
    margin-top: $offset_main * 3;
}

.Distribution-nav {
    display: flex;
    justify-content: flex-end;
    margin-bottom: $offset_main;
}

.Distribution-nav-item {
    & + & {
        margin-left: $offset_main;
    }
}

.Distribution-detail-footer {
    display: flex;
    justify-content: space-between;
    margin-top: $offset_main * 2;
    width: 100%;
}

.Distribution-track-chart {
    border-bottom: 0 none;
    border-top: 0 none;
    width: 100%;
}

.Distribution-import-summary-item {
    & + & {
        margin-top: $offset_main * 3;
    }
}
