mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
Add name badge
This commit is contained in:
parent
ad47ce0788
commit
e688774efb
|
@ -7,6 +7,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<header> ReDoc </header>
|
||||
<input id="schema-url-input" value='swagger.json'>
|
||||
<button id="load-button"> Explore </button>
|
||||
</nav>
|
||||
|
|
|
@ -16,7 +16,13 @@ nav input, nav button {
|
|||
line-height: 1;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
nav header {
|
||||
float: left;
|
||||
margin-left: 20px;
|
||||
font-size: 25px;
|
||||
color: white;
|
||||
position: absolute;
|
||||
}
|
||||
nav input {
|
||||
width: 50%;
|
||||
box-sizing: border-box;
|
||||
|
|
Loading…
Reference in New Issue
Block a user