Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

HTML
<style>
.information-container .info > hgroup > a {
    display: none;
}
.swagger-section {
	overflow-y: auto;
}
.scheme-container {
	margin-top: -100px !important;
}

.swagger-ui section h3:before {
    content: "Cargando definición...";
}
</style>

...