From e01c438055f1a933dd492af637dbf85130adf21f Mon Sep 17 00:00:00 2001 From: Anton Ignatov Date: Tue, 24 Sep 2019 11:02:15 +0200 Subject: [PATCH] Fix padding for marvinjs modal --- app/assets/stylesheets/marvinjs.scss | 10 ++++++++++ app/views/shared/_marvinjs_modal.html.erb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/marvinjs.scss b/app/assets/stylesheets/marvinjs.scss index 257d4a965..92d1a2da7 100644 --- a/app/assets/stylesheets/marvinjs.scss +++ b/app/assets/stylesheets/marvinjs.scss @@ -164,3 +164,13 @@ top: -8px; width: 32px; } + +.modal-promo-marvin-js { + .modal-header { + padding-left: 35px; + } + + .modal-body { + padding: 15px 35px; + } +} diff --git a/app/views/shared/_marvinjs_modal.html.erb b/app/views/shared/_marvinjs_modal.html.erb index 1c9ecaecb..d63b455aa 100644 --- a/app/views/shared/_marvinjs_modal.html.erb +++ b/app/views/shared/_marvinjs_modal.html.erb @@ -29,7 +29,7 @@ <% else %> -