@import 'scss/styles.scss';

.load-status-log {
    max-width: 400px;
}

.header-container {
    border-bottom: 1px solid $bw-9;
}

.status-right-side {
    width: 100%;
}

.log-arrow-right {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; 
}
