feat: LTI support and Moodle plugin

This commit is contained in:
Markos Gogoulos
2026-05-11 12:47:09 +03:00
committed by GitHub
parent b7427869b6
commit 55ab7ff34f
307 changed files with 19966 additions and 3748 deletions
@@ -0,0 +1,33 @@
.course-cleanup-options {
margin-top: 16px;
display: flex;
flex-direction: column;
gap: 10px;
}
.course-cleanup-checkbox {
display: flex;
align-items: flex-start;
gap: 8px;
font-size: 13px;
color: #555;
cursor: pointer;
line-height: 1.4;
.dark_theme & {
color: #ccc;
}
input[type='checkbox'] {
flex-shrink: 0;
margin-top: 2px;
width: 15px;
height: 15px;
cursor: pointer;
accent-color: var(--default-theme-color, #009933);
}
span {
flex: 1;
}
}