Added files
This commit is contained in:
commit
aaf3c17220
24 changed files with 1614 additions and 0 deletions
16
media/css/index.css
Normal file
16
media/css/index.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
html {
|
||||
box-sizing: border-box;
|
||||
overflow: -moz-scrollbars-vertical;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
background: #fafafa;
|
||||
}
|
||||
3
media/css/swagger-ui.css
Normal file
3
media/css/swagger-ui.css
Normal file
File diff suppressed because one or more lines are too long
1
media/css/swagger-ui.css.map
Normal file
1
media/css/swagger-ui.css.map
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue