From 361e43966420e7e9a7cff1c47611a2d3113bb2dc Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Mon, 11 Sep 2017 15:44:45 +0630 Subject: [PATCH] update qr code --- app/assets/stylesheets/CRM.scss | 12 ++++++ app/views/crm/customers/_new_form.html.erb | 22 ++++++++++ app/views/crm/customers/index.html.erb | 49 ++++++++++++++++++++++ 3 files changed, 83 insertions(+) diff --git a/app/assets/stylesheets/CRM.scss b/app/assets/stylesheets/CRM.scss index 82b84afd..df008329 100644 --- a/app/assets/stylesheets/CRM.scss +++ b/app/assets/stylesheets/CRM.scss @@ -81,4 +81,16 @@ padding-top: 5%; border-radius: 100px; z-index: 1101; +} + +#container { + margin: 0px auto; + width: 480px; + height: 375px; + +} +#videoElement { + width: 480px; + height: 375px; + } \ No newline at end of file diff --git a/app/views/crm/customers/_new_form.html.erb b/app/views/crm/customers/_new_form.html.erb index c39f065f..260bdbcd 100644 --- a/app/views/crm/customers/_new_form.html.erb +++ b/app/views/crm/customers/_new_form.html.erb @@ -138,7 +138,29 @@

Card Tap

+ +