[v-cloak] {
    display: none;
}

.loader {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    background-color: rgba(255,255,255,0.8);
}

.loader .spinner-grow {
    width: 100px;
    height: 100px;
}

.container {
    position: relative;
}

@media (max-width: 767px) {
    .repo-list-container .list-group {
        border-radius: 0.25rem;
        box-shadow: inset 0 0 0 1px rgba(0,0,0,.125);
    }

    .repo-info-container {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
    }
}
