updated medicine schedules

This commit is contained in:
blaisadmin
2026-04-19 19:42:01 -04:00
parent 872b6c8663
commit d1657ef7ed
7 changed files with 363 additions and 66 deletions
+33
View File
@@ -1196,6 +1196,39 @@ textarea {
padding-top: 0.35rem;
}
.medication-dose-row {
display: grid;
grid-template-columns: minmax(120px, 1fr) auto;
gap: 0.75rem;
align-items: center;
padding: 0.7rem;
border: 1px solid rgba(53, 129, 98, 0.18);
border-radius: 16px;
background: rgba(255, 255, 255, 0.46);
}
.medication-dose-row > span {
display: grid;
gap: 0.15rem;
}
.dose-schedule-editor {
display: grid;
gap: 0.65rem;
margin-top: 0.5rem;
}
.dose-schedule-row {
display: grid;
grid-template-columns: minmax(0, 1fr) 150px;
gap: 0.75rem;
align-items: center;
}
.dose-schedule-row input {
margin-top: 0;
}
.form-panel {
display: grid;
gap: 1rem;