diff --git a/public/css/grocy.css b/public/css/grocy.css index 40d37087..0625da44 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -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; diff --git a/views/recipes.blade.php b/views/recipes.blade.php index 10ce6187..306f2870 100644 --- a/views/recipes.blade.php +++ b/views/recipes.blade.php @@ -163,8 +163,8 @@
-

- {{ $selectedRecipeTotalCalories }} +

+

{{ $selectedRecipeTotalCalories }}

@if(GROCY_FEATURE_FLAG_STOCK_PRICE_TRACKING) @@ -172,8 +172,8 @@ -

- {{ $selectedRecipeTotalCosts }} +

+

{{ $selectedRecipeTotalCosts }}

@endif diff --git a/views/shoppinglist.blade.php b/views/shoppinglist.blade.php index 01c72842..d2483710 100644 --- a/views/shoppinglist.blade.php +++ b/views/shoppinglist.blade.php @@ -148,7 +148,7 @@
- + {{ $__t('Save') }}