Schaltfläche „Ablehnen“ in ShowEnvelope.cshtml hinzugefügt.

This commit is contained in:
Developer 02
2024-05-29 11:57:47 +02:00
parent 21e8a86a99
commit 21934928c2
5 changed files with 19 additions and 4 deletions

View File

@@ -15,14 +15,16 @@
margin-bottom: 10vh;
}
.btn_refresh, .btn_complete {
.btn_refresh, .btn_reject, .btn_complete {
height:2.5rem;
}
.btn_complete .icon {
.btn_complete .icon, .btn_reject .icon, .btn_refresh .icon {
width: 1.1rem;
}
.btn_complete span {
.btn_complete span, .btn_reject span, .btn_refresh span {
vertical-align: middle;
}