achievement numbers and fix for non-unique errors

This commit is contained in:
2023-06-15 16:36:29 +02:00
parent 7e49d9f700
commit 17faadf7cd
7 changed files with 27 additions and 6 deletions

View File

@@ -6,6 +6,11 @@
--danger-color: #e74c3c;
}
.button.narrow {
padding-left: 15px;
padding-right: 15px;
}
.button.color-primary {
color: var(--primary-color) !important;
border-color: var(--primary-color) !important;