From e7807b897e7df1ff7d0e9bfdf2cae2e6a270b9f5 Mon Sep 17 00:00:00 2001 From: Bogdan Kharchenko Date: Fri, 22 Jan 2021 09:45:16 -0500 Subject: [PATCH] Summary Styling --- src/AireBootstrapServiceProvider.php | 2 +- views/summary.blade.php | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/AireBootstrapServiceProvider.php b/src/AireBootstrapServiceProvider.php index 4d91c8f..823735f 100644 --- a/src/AireBootstrapServiceProvider.php +++ b/src/AireBootstrapServiceProvider.php @@ -40,7 +40,7 @@ public function boot() 'radio_group' => 'custom-control-input', 'radio_group_label' => 'custom-control-label', 'radio_group_label_wrapper' => 'custom-control custom-radio', - 'summary' => '', + 'summary' => 'alert alert-warning', 'button' => 'btn btn-primary', 'select' => 'form-control', 'textarea' => 'form-control', diff --git a/views/summary.blade.php b/views/summary.blade.php index e9a63b8..6c14b9d 100644 --- a/views/summary.blade.php +++ b/views/summary.blade.php @@ -2,21 +2,21 @@ @if (isset($errors) && $errors->any()) - +
- + {{ trans_choice('aire::common.summary', $errors->count()) }} - + @if($verbose) - -
- + @endif