File formatting fixes

This commit is contained in:
Owen Conti
2017-07-17 21:15:05 -06:00
parent 0622bd7179
commit 24882b69a8
3 changed files with 9 additions and 9 deletions

View File

@@ -11,15 +11,15 @@
<style> <style>
html html
{ {
box-sizing: border-box; box-sizing: border-box;
overflow: -moz-scrollbars-vertical; overflow: -moz-scrollbars-vertical;
overflow-y: scroll; overflow-y: scroll;
} }
*, *,
*:before, *:before,
*:after *:after
{ {
box-sizing: inherit; box-sizing: inherit;
} }
body { body {
margin:0; margin:0;

9
dist/index.html vendored
View File

@@ -11,16 +11,17 @@
<style> <style>
html html
{ {
box-sizing: border-box; box-sizing: border-box;
overflow: -moz-scrollbars-vertical; overflow: -moz-scrollbars-vertical;
overflow-y: scroll; overflow-y: scroll;
} }
*, *,
*:before, *:before,
*:after *:after
{ {
box-sizing: inherit; box-sizing: inherit;
} }
body { body {
margin:0; margin:0;
background: #fafafa; background: #fafafa;

View File

@@ -1,4 +1,3 @@
.swagger-ui .swagger-ui
{ {
@import 'mixins'; @import 'mixins';