@import './components/ActionContainer';

.repo-settings-index-page {
    &__refs {
        list-style-type: none;
    }
    &__ref {
        display: flex;
        align-items: center;

        border: 1px solid #2b3750;
        border-radius: 0.125rem;
        margin: 0.5rem 0;
        padding: 0.5rem 0.75rem;
        &-icon {
            margin-right: 0.25rem;
            &--current {
                color: $success;
            }
        }
    }

    &__stats {
        width: auto;
    }
}

.theme-light {
    .repo-settings-index-page {
        &__ref {
            border-color: $color-light-border;
        }
    }
}
