unnecessary control and responsive are fixed

This commit is contained in:
batuhanbas
2020-01-16 14:57:27 +03:00
parent ccae7c0572
commit 6902ec0929
10 changed files with 44 additions and 44 deletions

View File

@@ -49,12 +49,12 @@
<div class="card-footer">
<div class="row">
<div class="col-md-6">
<div class="col-sm-6">
<a href="{{ url('wizard/taxes') }}" class="btn btn-white header-button-top">
<span class="fas fa-arrow-left"></span> &nbsp;{{ trans('modules.back') }}
</a>
</div>
<div class="col-md-6 text-right">
<div class="col-sm-6 text-right">
<a href="{{ url('/') }}" class="btn btn-success header-button-top" @click="next">
<span class="fa fa-tachometer-alt"></span> &nbsp;{{ trans('general.go_to', ['name' => trans_choice('general.dashboards', 1)]) }}
</a>