perbaikan generate dan scan tiket
This commit is contained in:
No files matched your search
@@ -1517,14 +1517,14 @@ watch(lastRegisteredPatient, (newVal) => {
|
||||
|
||||
.clinic-available {
|
||||
border-color: var(--color-success-600);
|
||||
background: var(--color-success-200);
|
||||
background: var(--color-success-100);
|
||||
}
|
||||
|
||||
.clinic-closed {
|
||||
opacity: 0.65;
|
||||
cursor: not-allowed;
|
||||
border-color: var(--color-danger-600);
|
||||
background: var(--color-danger-200);
|
||||
background: var(--color-danger-100);
|
||||
}
|
||||
|
||||
.clinic-content {
|
||||
|
||||
Reference in New Issue
Block a user