Session editor and live sessions!

This commit is contained in:
marc
2025-03-21 19:42:43 +01:00
parent 6c83d11e5b
commit ac54453b7f
54 changed files with 1247 additions and 173 deletions

View File

@@ -606,11 +606,20 @@ video {
margin: 1.5rem;
}
.m-8 {
margin: 2rem;
}
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
@@ -661,6 +670,14 @@ video {
margin-top: 0.75rem;
}
.mt-4 {
margin-top: 1rem;
}
.mt-8 {
margin-top: 2rem;
}
.inline-block {
display: inline-block;
}
@@ -936,14 +953,14 @@ video {
padding-bottom: 0.5rem;
}
.pl-10 {
padding-left: 2.5rem;
}
.pl-5 {
padding-left: 1.25rem;
}
.pt-4 {
padding-top: 1rem;
}
.text-left {
text-align: left;
}
@@ -994,6 +1011,11 @@ video {
color: rgb(178 124 9 / var(--tw-text-opacity, 1));
}
.text-brown {
--tw-text-opacity: 1;
color: rgb(62 56 52 / var(--tw-text-opacity, 1));
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));