mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Small style refinements
This commit is contained in:
parent
d2a841143e
commit
ab44566890
@ -214,6 +214,10 @@ input::-webkit-inner-spin-button {
|
||||
border-radius: 0.2rem;
|
||||
}
|
||||
|
||||
.text-larger {
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
/* Third party component customizations - DataTables */
|
||||
.dataTable td {
|
||||
vertical-align: middle !important;
|
||||
|
@ -163,8 +163,8 @@
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<label>{{ $__t('Energy (kcal)') }}</label>
|
||||
<p class="font-weight-bold font-italic">
|
||||
<span class="locale-number-format" data-format="generic">{{ $selectedRecipeTotalCalories }}</span>
|
||||
<p class="mb-0">
|
||||
<h3 class="locale-number-format pt-0" data-format="generic">{{ $selectedRecipeTotalCalories }}</h3>
|
||||
</p>
|
||||
</div>
|
||||
@if(GROCY_FEATURE_FLAG_STOCK_PRICE_TRACKING)
|
||||
@ -172,8 +172,8 @@
|
||||
<label>{{ $__t('Costs') }}
|
||||
<span class="small text-muted">{{ $__t('Based on the prices of the last purchase per product') }}</span>
|
||||
</label>
|
||||
<p class="font-weight-bold font-italic">
|
||||
<span class="locale-number-format" data-format="currency">{{ $selectedRecipeTotalCosts }}</span>
|
||||
<p class="mb-0">
|
||||
<h3 class="locale-number-format pt-0" data-format="currency">{{ $selectedRecipeTotalCosts }}</h3>
|
||||
</p>
|
||||
</div>
|
||||
@endif
|
||||
|
@ -148,7 +148,7 @@
|
||||
<div class="row mt-3 d-print-none">
|
||||
<div class="col-xs-12 col-md-8">
|
||||
<div class="form-group">
|
||||
<label for="notes">{{ $__t('Notes') }}</label>
|
||||
<label class="text-larger font-weight-bold" for="notes">{{ $__t('Notes') }}</label>
|
||||
<a id="save-description-button" class="btn btn-success btn-sm ml-1 mb-2 disabled" href="#">{{ $__t('Save') }}</a>
|
||||
<textarea class="form-control wysiwyg-editor" id="description" name="description">{{ FindObjectInArrayByPropertyValue($shoppingLists, 'id', $selectedShoppingListId)->description }}</textarea>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user