From e23a184166379e8f49b5f748cb92c37a5f42527b Mon Sep 17 00:00:00 2001 From: Gerard Date: Fri, 22 Mar 2019 11:56:21 +0100 Subject: [PATCH] styles added --- modules/order/front/summary/index.html | 8 ++++---- modules/order/front/summary/style.scss | 25 ++++++++++++++----------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/modules/order/front/summary/index.html b/modules/order/front/summary/index.html index eeed8f3e8..15bd5b3a4 100644 --- a/modules/order/front/summary/index.html +++ b/modules/order/front/summary/index.html @@ -42,8 +42,8 @@ - - Item + + Item Description Quantity Price @@ -52,7 +52,7 @@ - + - + diff --git a/modules/order/front/summary/style.scss b/modules/order/front/summary/style.scss index 0a3e6df83..bc8017a0c 100644 --- a/modules/order/front/summary/style.scss +++ b/modules/order/front/summary/style.scss @@ -1,16 +1,19 @@ @import "./variables"; -vn-order-summary .summary > div > vn-horizontal > vn-one { - min-width: 10em !important; - - &.taxes { - border: $border-thin-light; - text-align: right; - padding: .5em !important; - - & > p { - font-size: 1.2em; - margin: .2em; +vn-order-summary .summary{ + max-width: $width-large; + & > div > vn-horizontal > vn-one { + min-width: 10em !important; + + &.taxes { + border: $border-thin-light; + text-align: right; + padding: .5em !important; + + & > p { + font-size: 1.2em; + margin: .2em; + } } } } \ No newline at end of file