From ab445668902e4ce8edbacdac51b9ab7d4f9091bd Mon Sep 17 00:00:00 2001
From: Bernd Bestel
Date: Sat, 21 Sep 2019 08:38:28 +0200
Subject: [PATCH] Small style refinements
---
public/css/grocy.css | 4 ++++
views/recipes.blade.php | 8 ++++----
views/shoppinglist.blade.php | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
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 }}
+
+
@if(GROCY_FEATURE_FLAG_STOCK_PRICE_TRACKING)
@@ -172,8 +172,8 @@
-
- {{ $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 @@