/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
   for details on configuring this project to bundle and minify static web assets. */

/* Hide all except the nth logo */
.brand-link:not(:nth-of-type(1)) {
    display: none;
}

/* . */
input:disabled + label {
    cursor: not-allowed;
}

