From 33c3b4304a7d2b5b08507f0a091e09ecdf06083f Mon Sep 17 00:00:00 2001 From: Jeremy Quinton Date: Mon, 16 Sep 2019 12:00:34 +0200 Subject: [PATCH] improved default stripe styles --- .../views/Public/ViewEvent/Partials/PaymentStripe.blade.php | 4 +++- .../Public/ViewEvent/Partials/PaymentStripeSCA.blade.php | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/views/Public/ViewEvent/Partials/PaymentStripe.blade.php b/resources/views/Public/ViewEvent/Partials/PaymentStripe.blade.php index caa429d6..871c3461 100644 --- a/resources/views/Public/ViewEvent/Partials/PaymentStripe.blade.php +++ b/resources/views/Public/ViewEvent/Partials/PaymentStripe.blade.php @@ -60,13 +60,14 @@ padding: 10px 12px; - border: 1px solid transparent; + border: 1px solid #e0e0e0 !important; border-radius: 4px; background-color: white; box-shadow: 0 1px 3px 0 #e6ebf1; -webkit-transition: box-shadow 150ms ease; transition: box-shadow 150ms ease; + margin-bottom: 20px; } .StripeElement--focus { @@ -80,4 +81,5 @@ .StripeElement--webkit-autofill { background-color: #fefde5 !important; } + diff --git a/resources/views/Public/ViewEvent/Partials/PaymentStripeSCA.blade.php b/resources/views/Public/ViewEvent/Partials/PaymentStripeSCA.blade.php index ba38685b..63d17969 100644 --- a/resources/views/Public/ViewEvent/Partials/PaymentStripeSCA.blade.php +++ b/resources/views/Public/ViewEvent/Partials/PaymentStripeSCA.blade.php @@ -59,13 +59,14 @@ padding: 10px 12px; - border: 1px solid transparent; + border: 1px solid #e0e0e0 !important; border-radius: 4px; background-color: white; box-shadow: 0 1px 3px 0 #e6ebf1; -webkit-transition: box-shadow 150ms ease; transition: box-shadow 150ms ease; + margin-bottom: 20px; } .StripeElement--focus {