From 17f6ba97b434423f4f11a2724ab82a5ca4a53557 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Sat, 19 Nov 2022 17:36:31 +0100 Subject: [PATCH] refs #3971 Font size fix, checkout padding fix --- debian/changelog | 2 +- forms/ecomerce/checkout/ui.xml | 2 +- js/htk/style/responsive.scss | 14 +++++++------- package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index eaba64d9..60091564 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (22.46.11) stable; urgency=low +hedera-web (22.46.12) stable; urgency=low * Initial Release. diff --git a/forms/ecomerce/checkout/ui.xml b/forms/ecomerce/checkout/ui.xml index 849b9286..f9a32719 100644 --- a/forms/ecomerce/checkout/ui.xml +++ b/forms/ecomerce/checkout/ui.xml @@ -61,7 +61,7 @@ id="assistant-bar" assistant="assistant"/> -
+
diff --git a/js/htk/style/responsive.scss b/js/htk/style/responsive.scss index 2e031f0f..24682ccd 100644 --- a/js/htk/style/responsive.scss +++ b/js/htk/style/responsive.scss @@ -1,16 +1,16 @@ // Standard -html { font-size: 15px; } +html { font-size: 13px; } // Smartphone, portrait -@media screen and (min-width:320px) { html { font-size: 15px; } } +@media screen and (min-width:320px) { html { font-size: 13px; } } // Smartphone, html -@media screen and (min-width:480px) { html { font-size: 15px; } } +@media screen and (min-width:480px) { html { font-size: 13px; } } // Tablet, portrait -@media screen and (min-width:600px) { html { font-size: 15px; } } +@media screen and (min-width:600px) { html { font-size: 13px; } } // Tablet, landscape -@media screen and (min-width:801px) { html { font-size: 16px; } } +@media screen and (min-width:801px) { html { font-size: 13px; } } // Big screen and landscape tablets, laptop and desktop -@media screen and (min-width:1025px) { html { font-size: 16px; } } +@media screen and (min-width:1025px) { html { font-size: 14px; } } // Hi-res laptop and desktop -@media screen and (min-width:1281px) { html { font-size: 16px; } } +@media screen and (min-width:1281px) { html { font-size: 14px; } } diff --git a/package.json b/package.json index 78403bfd..684e202d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "22.46.11", + "version": "22.46.12", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {