quantity width and forgotten styles updated

This commit is contained in:
batuhanbas
2020-03-03 17:16:14 +03:00
parent 0842803777
commit 40b1ff35bf
11 changed files with 37 additions and 86 deletions

View File

@ -15,16 +15,16 @@
<div class="card-body">
<div class="row">
{{ Form::textGroup('api_key', trans('modules.api_key'), 'key', ['required' => 'required', 'placeholder' => trans('general.form.enter', ['field' => trans('modules.api_key')])], setting('apps.api_key', null), 'col-md-12') }}
{{ Form::textGroup('api_key', trans('modules.api_key'), 'key', ['required' => 'required', 'placeholder' => trans('general.form.enter', ['field' => trans('modules.api_key')])], setting('apps.api_key', null), 'col-sm-12') }}
<div class="col-md-12">
<div class="col-sm-12">
<small>{!! trans('modules.get_api_key', ['url' => 'https://akaunting.com/dashboard']) !!}</small>
</div>
</div>
</div>
<div class="card-footer">
<div class="row float-right">
<div class="row save-buttons">
{{ Form::saveButtons('apps.home.index') }}
</div>
</div>