#38 User requests

* implements 5) "Add 'Maßnahmentyp' for KOMs "
    * prepares model and form fields as mixins for easy extension to eco accounts and emas (possibly in the future?)
This commit is contained in:
2021-11-15 15:55:09 +01:00
parent e4a40cdff5
commit 9211068dc7
7 changed files with 188 additions and 68 deletions

View File

@@ -186,12 +186,15 @@ Overwrites bootstrap .btn:focus box shadow color
background-color: var(--rlp-gray-light);
}
.check-star{
.check-star, .c-goldenrod{
color: goldenrod;
}
.registered-bookmark{
.registered-bookmark, .c-green{
color: green;
}
.c-red{
color: red;
}
/* PAGINATION */
.page-item > .page-link{