diff --git a/public/css/custom.css b/public/css/custom.css index 83b285182..383ceaccb 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -73,6 +73,12 @@ /*--------Wizard Steps--------*/ +.wizard-header +{ + border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0; +} + + .wizard-steps { width: 3.375rem; diff --git a/resources/views/wizard/companies/edit.blade.php b/resources/views/wizard/companies/edit.blade.php index c9b0843da..8fad49cb8 100644 --- a/resources/views/wizard/companies/edit.blade.php +++ b/resources/views/wizard/companies/edit.blade.php @@ -3,51 +3,6 @@ @section('title', trans('general.wizard')) @section('content') -
-
-
-
-
-
-
- -

{{ trans_choice('general.companies', 1) }}

-
-
- -
-
- -

{{ trans_choice('general.currencies', 2) }}

-
-
- -
-
- -

{{ trans_choice('general.taxes', 2) }}

-
-
- -
-
- -

{{ trans_choice('general.finish', 1) }}

-
-
-
-
-
-
-
{!! Form::model($company, [ 'method' => 'PATCH', @@ -60,13 +15,51 @@ 'class' => 'form-loading-button mb-0', 'novalidate' => true ]) !!} -
+
+
+
+
+
+
+ +

{{ trans_choice('general.companies', 1) }}

+
+
-
-

{{ trans_choice('general.companies', 1) }}

+
+
+ +

{{ trans_choice('general.currencies', 2) }}

+
+
+ +
+
+ +

{{ trans_choice('general.taxes', 2) }}

+
+
+ +
+
+ +

{{ trans_choice('general.finish', 1) }}

+
+
+
+
-
+
+
+ v-if="form.errors.has('api_key')" + v-html="form.errors.get('api_key')">

{!! trans('modules.api_key_link') !!} @@ -105,19 +98,21 @@ {{ Form::textareaGroup('address', trans('settings.company.address')) }} {{ Form::fileGroup('logo', trans('settings.company.logo')) }} -

-
+
+
+ {!! Form::close() !!}
@endsection diff --git a/resources/views/wizard/currencies/index.blade.php b/resources/views/wizard/currencies/index.blade.php index 636101199..72a54c3c5 100644 --- a/resources/views/wizard/currencies/index.blade.php +++ b/resources/views/wizard/currencies/index.blade.php @@ -4,9 +4,9 @@ @section('content')
-
+
-
+

@@ -48,15 +48,10 @@
-
-
-
+
-
-

{{ trans_choice('general.currencies', 2) }}

-
-
+