feat: add multilingual support

This commit is contained in:
Henk Verlinde
2021-09-10 16:38:32 +02:00
parent 1b995d66b4
commit 2f69479647
44 changed files with 619 additions and 57 deletions

View File

@ -209,3 +209,12 @@ pre {
.offcanvas-header .btn-close {
margin-right: 0 !important;
}
.dropdown-toggle::after {
display: none;
}
.dropdown-caret {
margin-left: -0.1875rem;
margin-right: -0.3125rem;
}