0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-05-12 04:31:59 +00:00
kevinpapst_kimai2/templates/bundles/NelmioApiDocBundle/SwaggerUi/index.html.twig
2020-11-02 10:58:38 +01:00

13 lines
No EOL
593 B
Twig

{% extends '@!NelmioApiDoc/SwaggerUi/index.html.twig' %}
{% block stylesheets %}
{{ parent() }}
<style type="text/css">
body { margin-top: 0; }
header { display:none; }
#swagger-ui .information-container pre.base-url { display:none; }
#swagger-ui .scheme-container { margin-top: -120px; box-shadow: none; height: 120px; }
#swagger-ui .information-container .info { padding-top: 5px; padding-bottom: 5px; }
#swagger-ui.api-platform .information-container.wrapper { margin-bottom: -65px; border-bottom: none; }
</style>
{% endblock %}