hosting the Beckn-ONIX specification as a github page

This commit is contained in:
Rajaneesh
2024-10-04 20:34:14 +05:30
parent e47d7ee686
commit 88718b6f00
20 changed files with 3113 additions and 0 deletions

16
swagger/index.css Normal file
View 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;
}