﻿/* 新增iqt的logo */
.swagger-ui .topbar {
    background-image: url('/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 200px; /* 根據 logo 的寬度調整 */
    color: white; /* 調整字體顏色，如果需要 */
}

/* 隱藏 Swagger 頁面左上角的預設圖示 */
.swagger-ui .topbar-wrapper .link img {
    display: none;
}
