Creation and editing of events

This commit is contained in:
2026-02-16 21:59:21 +01:00
parent 2b458eccd7
commit fcf41c5d13
61 changed files with 3002 additions and 380 deletions

View File

@@ -2,6 +2,10 @@
width: 100px !important;
}
.width-tiny {
width: 60px !important;
}
.width-medium {
width: 250px !important;
}
@@ -17,3 +21,15 @@
.pr-20 {
padding-right: 20px !important;
}
.height-50 {
height: 50px !important;
}
.pt-20 {
padding-top: 20px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}