Add legal links to Help modal

This commit is contained in:
Sebastian Serth
2023-02-24 19:39:26 +01:00
parent f232ff634b
commit 5c98ec74f0
7 changed files with 41 additions and 0 deletions

View File

@@ -153,3 +153,26 @@ span.caret {
padding-inline-start: 0;
white-space: pre-wrap;
}
.modal-footer {
ul.horizontal {
list-style: none;
padding: 0;
display: inline;
li {
display: inline;
}
&.dash {
li:after {
// \00a0 is for  , \2013 for –
content: "\00a0\2013\00a0";
}
}
li:last-child:after {
content: "";
}
}
}