ajuste no calendario

This commit is contained in:
GilenoNeto901 2025-11-25 18:48:47 -03:00
parent d979105ad1
commit b0ba36507b
3 changed files with 755 additions and 412 deletions

14
package-lock.json generated
View File

@ -33006,6 +33006,20 @@
"node": ">=14.0.0"
}
},
"node_modules/react-scripts/node_modules/yaml": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
"integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
"license": "ISC",
"optional": true,
"peer": true,
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
}
},
"node_modules/react-toastify": {
"version": "11.0.5",
"resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-11.0.5.tgz",

File diff suppressed because it is too large Load Diff

View File

@ -268,3 +268,36 @@
align-items: center;
justify-content: center;
}
.container-btns-agenda-fila_esepera {
display: flex;
justify-content: space-between;
align-items: center;
margin: 15px 0 20px;
}
.tabs-agenda-fila {
display: flex;
gap: 10px;
}
.btns-gerenciamento-e-consulta {
display: flex;
gap: 10px;
}
.container-btns-agenda-fila_esepera {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 0 8px;
}
.calendario-ou-filaespera {
margin-top: 0;
padding-top: 0;
}
.calendar-wrapper {
margin-top: 0;
}