mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
More compact page headers / streamlined new page design for all pages
This commit is contained in:
@@ -12,9 +12,11 @@
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="my-2 py-1">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-6 col-xs-12">
|
||||
|
||||
@@ -38,7 +40,7 @@
|
||||
value="{{ $product->id }}">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="name">{{ $__t('Barcode') }}<i class="fas fa-barcode"></i></label>
|
||||
<label for="name">{{ $__t('Barcode') }} <i class="fas fa-barcode"></i></label>
|
||||
<div class="input-group">
|
||||
<input type="text"
|
||||
class="form-control barcodescanner-input"
|
||||
|
Reference in New Issue
Block a user