diff --git a/dist/index.css b/dist/index.css new file mode 100644 index 0000000..f2376fd --- /dev/null +++ b/dist/index.css @@ -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; +} diff --git a/dist/oauth2-redirect.html b/dist/oauth2-redirect.html index 5e6599a..5640917 100644 --- a/dist/oauth2-redirect.html +++ b/dist/oauth2-redirect.html @@ -4,8 +4,6 @@