﻿body.swagger-section #header {
    background-color: #eeeeee;
}

    body.swagger-section #header .logo__img {
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        content: url("/Content/lockvue-logo-color.svg");
        width: 12rem;
        height: 1.5rem;
    }

    body.swagger-section #header .logo__title {
        display: none !important;
    }

    body.swagger-section #header #explore {
        background-color: #25ada3;
    }
