From ef4f7d7ca9cf10f719a78a86afcd55aa8b86f962 Mon Sep 17 00:00:00 2001 From: Jorge Padawan Date: Fri, 8 Jan 2021 15:42:43 +0100 Subject: [PATCH] 2650 new style icon edit button for summaries --- front/salix/components/summary/style.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/front/salix/components/summary/style.scss b/front/salix/components/summary/style.scss index 85da5aa03..99854fa9d 100644 --- a/front/salix/components/summary/style.scss +++ b/front/salix/components/summary/style.scss @@ -73,6 +73,21 @@ ui-view > .vn-summary { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + position: relative; + span { + display: block; + } + a { + color: $color-font; + } + } + h4 span:after { + font-family: 'Material Icons'; + content: 'open_in_new'; + position: absolute; + right: 5px; + text-transform: none; + color: $color-spacer } & > * { margin: $spacing-sm;