toodego: remove support for backlink identifiers (#44554)

This commit is contained in:
Frédéric Péters 2020-06-29 21:18:18 +02:00
parent 47f117db14
commit 03950dd141
1 changed files with 10 additions and 2 deletions

View File

@ -644,7 +644,11 @@ div#nav span.badge::after {
}
}
#backlink, .backlink {
.cell.backlink p {
margin: 0;
}
.backlink a, a.backlink {
color: black;
background: url(img/back-arrow.png) 0 5px no-repeat;
padding-left: 40px;
@ -654,7 +658,7 @@ div#nav span.badge::after {
font-family: Oswald;
font-weight: 400;
@media screen and (max-width: $desktop-limit) {
margin-top: 2rem;
margin-top: 0rem;
margin-left: 1rem;
}
&:hover {
@ -665,6 +669,10 @@ div#nav span.badge::after {
}
}
.cell.backlink + #content {
margin-top: 1rem;
}
a#collectivity-services {
text-transform: uppercase;
background: white;