﻿/* SWAGGER AGX STYLE 
   (doit être une ressource incorporée car ajouté par programmation)
*/ 

.swagger-section #header { background-color: #008DEB; }
.swagger-section #header #logo .logo__img { display: none; }
.swagger-section #header #api_selector #input_baseUrl { display: none; }

.swagger-section #explore,
.swagger-section #auth_container .authorize__btn       { background-color: #00C251; }
.swagger-section #explore:hover,
.swagger-section #auth_container .authorize__btn:hover { background-color: #00853F; }

.swagger-section .footer { display: none; }
