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 {