Client - minor changes on i18n

This commit is contained in:
Sam
2019-12-28 22:46:02 +01:00
parent 4c26088494
commit 91b77cd819
2 changed files with 6 additions and 2 deletions

View File

@ -281,7 +281,11 @@ label {
}
.dropdown-item-selected {
font-weight: bold;
font-weight: bold;
}
.dropdown-item-selected::after {
content: " ✔";
}
.fa-question-circle {