From 218f380d874f0efef4b87803c3f9cbd508391a9e Mon Sep 17 00:00:00 2001 From: Frankie Date: Mon, 12 Sep 2016 17:27:14 -0700 Subject: Add qrcode-npm to package.json and swap out Qr Code generator api for node-module --- ui/app/css/index.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ui/app/css/index.css') diff --git a/ui/app/css/index.css b/ui/app/css/index.css index e2be0abd9..ba90aa551 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -583,12 +583,18 @@ input.large-input { margin-left: 5px; } +.qr-header { + font-size: 25px; + margin-top: 40px; +} + .qr-message { font-size: 12px; color: #F7861C; } div.message-container > div:first-child { + margin-top: 18px; font-size: 15px; color: #4D4D4D; } -- cgit v1.2.3