Intervention Detail View

* adds related object overview in detail view
* adds comment field to payment model for 'Verwendungszweck'
* simplifies intervention urls
* adds translations
This commit is contained in:
mipel
2021-07-22 14:58:58 +02:00
parent 4d651aec24
commit a304f8d42e
6 changed files with 186 additions and 29 deletions

View File

@@ -143,6 +143,21 @@ a {
*/
box-shadow: 1px 1px 3px var(--rlp-gray-dark);
}
.btn-outline-default{
color: white;
border: 1px solid white;
}
.btn-outline-default:hover{
/*
color: var(--rlp-gray-light);
color: var(--rlp-red);;
background-color: unset;
border: 1px solid var(--rlp-red);
*/
box-shadow: 1px 1px 3px var(--rlp-gray-light);
color: var(--rlp-red);
background-color: white;
}
.cursor-pointer{
cursor: pointer;