source: node_modules/swagger-ui-dist/index.css

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 202 bytes
RevLine 
[d24f17c]1html {
2 box-sizing: border-box;
3 overflow: -moz-scrollbars-vertical;
4 overflow-y: scroll;
5}
6
7*,
8*:before,
9*:after {
10 box-sizing: inherit;
11}
12
13body {
14 margin: 0;
15 background: #fafafa;
16}
Note: See TracBrowser for help on using the repository browser.