feat(EnvelopeExpired-View): Erstellt eine Ansicht, die anzeigt, wenn der Umschlag abgelaufen ist

This commit is contained in:
Developer 02
2024-10-05 04:19:52 +02:00
parent 524a72caa0
commit e95cf24af7
4 changed files with 33 additions and 1 deletions

View File

@@ -161,6 +161,11 @@ footer {
color: #fff;
}
.page header .icon.expired {
background-color: rgba(228, 216, 213, 0.5);
color: #fff;
}
.page .form {
max-width: 30rem;
margin: 2rem auto;

File diff suppressed because one or more lines are too long