From 51659bcd7c4a1ec8b250042a7a22092680131da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 14 Jan 2019 15:56:57 +0100 Subject: [PATCH] portal agent: add weight to link list intertitles (#29655) + category icon on backoffice submission intertitles --- data/themes/gadjo/static/css/agent-portal.scss | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/data/themes/gadjo/static/css/agent-portal.scss b/data/themes/gadjo/static/css/agent-portal.scss index 02da50eb..4a0048ac 100644 --- a/data/themes/gadjo/static/css/agent-portal.scss +++ b/data/themes/gadjo/static/css/agent-portal.scss @@ -1,3 +1,6 @@ +$primary-color: #386ede; +$secondary-color: #00d6eb; + $cell-entry-color: #333; $cell-entry-border-color: #ccc; $cell-entry-hover-color: $cell-entry-color; @@ -162,9 +165,12 @@ div.links-list { > h4 { // group titles margin: 0; - font-size: 100%; + font-size: 110%; font-weight: normal; + color: $primary-color; + font-weight: bold; padding: 1rem; + border-bottom: 1px solid $primary-color; } > a { display: block; @@ -191,6 +197,11 @@ div.links-list { } } +div.backofficesubmissioncell div.links-list h4 { + background: url(/static/css/icons/categories.small.386ede.png) 5px center no-repeat; + padding-left: 35px; +} + /* support foldable cells */ div.cell { &.foldable {