feat: add reminder icon for intake reminders in medication list and details

This commit is contained in:
Daniel Volz
2025-12-21 10:11:01 +01:00
parent 221811ed7c
commit a7fc360457
2 changed files with 24 additions and 6 deletions
+18
View File
@@ -1927,3 +1927,21 @@ textarea {
.notes-icon:hover {
opacity: 1;
}
/* Reminder icon indicator */
.reminder-icon {
margin-left: 0.35rem;
font-size: 0.85em;
cursor: help;
opacity: 0.75;
transition: opacity 0.15s;
}
.reminder-icon:hover {
opacity: 1;
}
h3 .reminder-icon {
font-size: 0.75em;
vertical-align: middle;
}