From 7d8677b8dacee686bb3335526c410b15821de77f Mon Sep 17 00:00:00 2001 From: Ricardo Freitas Date: Fri, 16 Sep 2016 12:28:08 +0100 Subject: [PATCH] updated dist to npm published one --- CHANGELOG.md | 1 + dist/index.html | 11 ++++++----- dist/onfido.min.js | 14 +++++++------- dist/onfido.min.js.map | 2 +- dist/style.css | 2 +- dist/style.css.map | 2 +- 6 files changed, 17 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b68e66fae3..d9e06c6b75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Breaking changes result in a different major. UI changes that might break custom - Internal: sometimes when document was retaken multiple times the capture ended up squashed. This was fixed by upgrading to `react-webcam@0.0.14`. - Internal: fixed [Bug #36](https://github.com/onfido/onfido-sdk-ui/issues/36), it caused the face to be captured every second after a document retake. + ## [0.6.1] ### Changed diff --git a/dist/index.html b/dist/index.html index 9a5545d734..b79547b92e 100644 --- a/dist/index.html +++ b/dist/index.html @@ -2,17 +2,17 @@ height: 100%; margin: 0; } - body { - font-family: "Open Sans", sans-serif !important; + + body, button { + -webkit-font-smoothing: antialiased; } + @media (min-width: 30em) { #onfido-mount { position: relative; top: 10%; + font-family: "Open Sans", sans-serif !important; } - } - .onfido-modal-inner { - margin: auto; }