source:
node_modules/swagger-ui-dist/index.css
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 202 bytes |
Line | |
---|---|
1 | html { |
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 | |
13 | body { |
14 | margin: 0; |
15 | background: #fafafa; |
16 | } |
Note:
See TracBrowser
for help on using the repository browser.