Add legal links to Help modal
This commit is contained in:
@@ -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: "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user