mirror of
https://github.com/google/nomulus
synced 2026-01-08 07:11:44 +00:00
Add swagger API documentation (#2035)
This commit is contained in:
16
docs/console-endpoints/index.css
Normal file
16
docs/console-endpoints/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;
|
||||
}
|
||||
Reference in New Issue
Block a user