saone-et-loire-cd71-2019: add chevron to list of links (#36593)

This commit is contained in:
Frédéric Péters 2019-10-07 18:40:55 +02:00
parent c89b0b2b12
commit 81382b5c60
1 changed files with 28 additions and 0 deletions

View File

@ -335,3 +335,31 @@ div.apa-user {
padding-left: 70px;
}
}
.gru-content {
div#rub_service div.category ul,
div#services > ul > li > ul,
div#account-management ul,
div.links-list ul,
div.menucell ul,
div.wcsformcell,
div.notificationscell ul,
div.categoriescell ul,
div.wcsformsofcategorycell ul,
div.wcscurrentdraftscell ul,
div.wcscurrentformscell ul {
li a {
padding-left: 1rem;
&::before {
position: absolute;
left: 2px;
top: 1.2rem;
content: "\f054";
font-family: FontAwesome;
color: $green;
font-size: 80%;
padding-right: 0.5em;
}
}
}
}