rdv: edit calendar ranges: add delete + doc swagger

This commit is contained in:
nobohan
2021-08-31 14:16:42 +02:00
parent bcb36ddc11
commit 25b85fcc68
8 changed files with 137 additions and 28 deletions

View File

@@ -7,4 +7,14 @@ div#calendarControls {
div#fullCalendar{
}
span.calendarRangeItems {
display: flex;
flex-direction: row;
justify-content: space-between;
a {
text-decoration: none;
padding: 3px;
}
}