From 7ebc099af85646ee77518f74cf9cf0db6660b05c Mon Sep 17 00:00:00 2001 From: Dmitry Fedyuk Date: Wed, 22 Aug 2018 08:22:08 +0600 Subject: [PATCH] 0.3.3: https://github.com/frugue/core/issues/9 --- composer.json | 2 +- view/frontend/web/_checkout.less | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ed18e06..0a4ce6c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "frugue/core" - ,"version": "0.3.2" + ,"version": "0.3.3" ,"description": "A custom module for frugue.com" ,"type": "magento2-module" ,"homepage": "https://github.com/frugue/core" diff --git a/view/frontend/web/_checkout.less b/view/frontend/web/_checkout.less index e802248..9372d59 100644 --- a/view/frontend/web/_checkout.less +++ b/view/frontend/web/_checkout.less @@ -6,6 +6,10 @@ padding-top: 12px !important; legend {display: none;} } + // 2018-08-22 + // "Fix the «Order Total» caption positioning on the checkout page" + // https://github.com/frugue/core/issues/9 + .opc-block-summary .table-totals .grand .mark {padding-right: 30px !important;} // 2018-04-06 // "Fix the «Shipping Methods» block position on the checkout page": // https://github.com/mage2pro/frugue.com/issues/1