toodego: add toilet styles (#40186)

This commit is contained in:
Frédéric Péters 2020-02-26 08:56:35 +01:00
parent 3e3e6636a2
commit 09ed9695ef
1 changed files with 26 additions and 0 deletions

View File

@ -353,3 +353,29 @@ div.evenement-routier {
margin-right : 0.5rem;
}
}
div.toilette {
span::before {
font-family: FontAwesome;
}
span.handi-toilette::before {
content: "\f193";
color: blue;
}
span.payant-toilette::before {
content: "\f153";
color: #DAA520;
}
span.femmes-toilette::before {
content: "\f182";
}
span.hommes-toilette::before {
content: "\f183";
}
span.unisexe-toilette::before {
content: "\f182 \f183";
}
span.enfants-toilette::before {
content: "\f1ae";
}
}