1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-24 06:50:51 +00:00
bazarr/libs/flask_restx/templates/swagger-ui-css.html
2022-09-21 23:51:34 -04:00

32 lines
950 B
HTML

{#<link media="screen" rel="stylesheet" type="text/css"
href="{{ swagger_static('css/typography.css') }}" />
<link media="screen" rel="stylesheet" type="text/css"
href="{{ swagger_static('css/reset.css') }}" />
<link media="screen" rel="stylesheet" type="text/css"
href="{{ swagger_static('css/screen.css') }}" />
<link media="print" rel="stylesheet" type="text/css"
href="{{ swagger_static('css/reset.css') }}"/>
<link media="print" rel="stylesheet" type="text/css"
href="{{ swagger_static('css/screen.css') }}" />
#}
<link media="screen" rel="stylesheet" type="text/css" href="{{ swagger_static('droid-sans.css') }}" />
<link media="screen" rel="stylesheet" type="text/css" href="{{ swagger_static('swagger-ui.css') }}" />
<style>
html
{
box-sizing: border-box;
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
*,
*:before,
*:after
{
box-sizing: inherit;
}
body {
margin:0;
background: #fafafa;
}
</style>