Pet adoption appointments (currently has a small issue)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user