﻿/* swagger-custom.css */
.swagger-ui .topbar img {
    height: 40px; /* Ajuste la hauteur */
    cursor: pointer; /* Facultatif : change le curseur au survol */
}

.topbar-wrapper a.link {
    width: 100px!important;
    max-width: 100px!important;
}