mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 05:20:32 +03:00
Adding style for rebilly api logo
This commit is contained in:
parent
a87ba13806
commit
5818f171f7
|
@ -4,6 +4,11 @@
|
||||||
<title>ReDoc</title>
|
<title>ReDoc</title>
|
||||||
<link rel="stylesheet" href="main.css">
|
<link rel="stylesheet" href="main.css">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<style>
|
||||||
|
redoc api-logo img {
|
||||||
|
padding: 20px 30px 16px 30px!important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
|
@ -14,7 +19,8 @@
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<redoc scroll-y-offset="body > nav" spec-url='swagger.yml'></redoc>
|
<!--<redoc scroll-y-offset="body > nav" spec-url='swagger.yml'></redoc>-->
|
||||||
|
<redoc scroll-y-offset="body > nav" spec-url='http://localhost:3000/swagger.json'></redoc>
|
||||||
|
|
||||||
<!-- ReDoc built file with all dependencies included -->
|
<!-- ReDoc built file with all dependencies included -->
|
||||||
<script src="main.js"> </script>
|
<script src="main.js"> </script>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user