Merge pull request #1070 from ae-utbm/calendar-link

Remote calendar link for external sync
This commit is contained in:
Bartuccio Antoine
2025-04-08 15:50:38 +02:00
committed by GitHub
6 changed files with 131 additions and 16 deletions

View File

@ -98,4 +98,26 @@ ics-calendar {
background: white;
}
}
.fc .fc-toolbar.fc-footer-toolbar {
margin-bottom: 0.5em;
}
button.text-copy,
button.text-copy:focus,
button.text-copy:hover {
background-color: #67AE6E !important;
transition: 500ms ease-in;
}
button.text-copied,
button.text-copied:focus,
button.text-copied:hover {
transition: 500ms ease-out;
}
button.text-copied[tooltip]::before {
opacity: 0;
transition: opacity 500ms ease-out;
}
}