﻿.topbar {
    background: #455560 !important;
    /*padding: 0 14px 0 14px !important;
    height: 50px !important;*/
}

.swagger-ui label {
    color: white !important;
}

.swagger-ui .opblock {
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

    .swagger-ui .opblock  .opblock-summary {
        padding: 8px;
        background: rgb(240, 240, 240);
    }

.swagger-ui .topbar .link img {
    content: url("./navis.logo.png");
    height: unset;
    width: unset;
}

.swagger-ui .topbar .link span {
    display: none;
}
