﻿


/*.swagger-section #header {
    background-color: #212727;
    height: 23px;
    min-width: 775px;
    padding: 9px 14px 19px;
}

.swagger-section #header #logo .logo__img {
    display: block;
    float: left;
    margin-top: 2px;
    background: url(https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png) left top no-repeat;
}*/

/* swagger ui customization */
body.swagger-section #header {
    background-color: white;
    background: url(http://localhost/IHSA.WebService/images/logo-text-slagon-transparen_small_h60.jpg) no-repeat;
    background-position-x: 250px;
    height: 50px;
}

    body.swagger-section #header .swagger-ui-wrap #logo {
        display: none;
    }
