portal agent: add weight to link list intertitles (#29655)

+ category icon on backoffice submission intertitles
This commit is contained in:
Frédéric Péters 2019-01-14 15:56:57 +01:00
parent cd038ed4f0
commit 51659bcd7c
1 changed files with 12 additions and 1 deletions

View File

@ -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 {