Pet adoption appointments (currently has a small issue)

This commit is contained in:
augmentedpotato
2026-04-14 07:14:54 -06:00
parent 995088ece2
commit 580813792a
7 changed files with 187 additions and 34 deletions

View File

@@ -1356,6 +1356,17 @@ body {
box-shadow: 0 0 0 3px rgba(255, 165, 0, 0.2);
}
.appt-locked-field {
padding: 0.6rem 0.85rem;
border: 1px solid #e0e0e0;
border-radius: 8px;
font-size: 1rem;
background: #f5f5f5;
color: #555;
font-weight: 600;
cursor: not-allowed;
}
.appt-service-info {
background: #fff8f0;
border: 1px solid #ffd180;