﻿
/* Swagger UI styling */

/* logo */
.topbar-wrapper {
	background-image: url("/images/CorefinxLogo_S.png");
	background-repeat: no-repeat;
}
	.topbar-wrapper img[alt="Swagger UI"], .topbar-wrapper span {
		visibility: hidden;
	}
/*.topbar-wrapper .link:after {
	content: 'Corefinx Swift API';
	color: #fff;
	visibility: visible;
	display: block;
	position: absolute;
	padding: 15px;
}
*/
/* bg colors */
.topbar {
	background-color: #e6d9ff !important;
}

/* colors */
.swagger-ui .topbar .download-url-wrapper .select-label select {
	border-color: #c9373c;
}
.swagger-ui .info .title small {
	background-color: #c9373c !important;
}

	.swagger-ui .info .title small:last-child {
		background-color: #7d8492 !important;
	}
