From 334891cfe961e2a43ebd78725f59654acbd4bb5a Mon Sep 17 00:00:00 2001 From: joan Date: Thu, 15 Oct 2020 14:40:41 +0200 Subject: [PATCH] 2497 - Groupped lines --- modules/entry/front/summary/index.html | 3 +++ modules/entry/front/summary/style.scss | 14 ++++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/modules/entry/front/summary/index.html b/modules/entry/front/summary/index.html index 67753e644a..d97adfdd74 100644 --- a/modules/entry/front/summary/index.html +++ b/modules/entry/front/summary/index.html @@ -143,6 +143,9 @@ + + + diff --git a/modules/entry/front/summary/style.scss b/modules/entry/front/summary/style.scss index 27d3610562..94e38c4198 100644 --- a/modules/entry/front/summary/style.scss +++ b/modules/entry/front/summary/style.scss @@ -8,8 +8,18 @@ vn-entry-summary .summary { background-color: lighten($color-marginal, 10%); } - tbody { - border: 2px solid $color-marginal; + tbody tr:nth-child(1) { + border-top: 1px solid $color-marginal; + } + + tbody tr:nth-child(1), + tbody tr:nth-child(2) { + border-left: 1px solid $color-marginal; + border-right: 1px solid $color-marginal + } + + tbody tr:nth-child(3) { + height: inherit } tr {