Sorting laporan member dan perbaikan minor
This commit is contained in:
@@ -34,6 +34,17 @@
|
||||
12% { transform: rotate(-5deg); }
|
||||
100% { transform: rotate(-270deg); }
|
||||
}
|
||||
.logo-img {
|
||||
max-height: 70px;
|
||||
width: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
.logo-img {
|
||||
max-height: 55px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@endsection
|
||||
|
||||
@@ -48,8 +59,8 @@
|
||||
<div class="auth-form-light text-left py-5 px-4 px-sm-5">
|
||||
<div class="text-center mb-1">
|
||||
<img src="{{ asset('images/parkq-systems.png') }}"
|
||||
alt="Logo Perusahaan"
|
||||
style="max-height: 80px;">
|
||||
alt="Logo parkq-systems"
|
||||
class="img-fluid logo-img">
|
||||
</div>
|
||||
<!-- Tampilan Jika Berhasil (Success Card) -->
|
||||
@if(session('status_update'))
|
||||
@@ -97,7 +108,7 @@
|
||||
{{ $data->no_pol }}
|
||||
<input type="hidden" name="no_transaksi" value="{{ $data->no_pol }}">
|
||||
@else
|
||||
<div id="reader" style="width:150px; height=100px;"></div>
|
||||
<div id="reader" class="w-100" style="max-width:300px;"></div>
|
||||
|
||||
<input type="text" id="barcode_result" name="barcode_result" class="form-control mt-3" placeholder="Hasil scan muncul disini">
|
||||
{{-- <input type="file" id="barcode_result" name="foto_kamera" accept="image/*" capture="environment" class="form-control mb-2" placeholder="Hasil scan muncul disini"> --}}
|
||||
@@ -172,14 +183,14 @@
|
||||
</div>
|
||||
|
||||
{{-- Tombol --}}
|
||||
<div class="d-flex justify-content-end gap-2 mt-4">
|
||||
<div class="d-flex flex-column flex-md-row justify-content-md-end gap-2 mt-4">
|
||||
<a href="{{ route('apps.index') }}"
|
||||
class="btn btn-outline-secondary px-4">
|
||||
class="btn btn-outline-secondary w-100 w-md-auto">
|
||||
Batal
|
||||
</a>
|
||||
|
||||
<button type="submit"
|
||||
class="btn btn-primary px-4 shadow-sm">
|
||||
class="btn btn-primary w-100 w-md-auto shadow-sm">
|
||||
Simpan Perubahan
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user