First draft of loading 'notes'

This commit is contained in:
Pieter Vander Vennet 2022-01-07 04:14:53 +01:00
parent bafaba7011
commit ebb510da04
20 changed files with 580 additions and 199 deletions

View file

@ -716,18 +716,6 @@ video {
left: 0px;
}
.bottom-3 {
bottom: 0.75rem;
}
.left-3 {
left: 0.75rem;
}
.right-2 {
right: 0.5rem;
}
.left-24 {
left: 6rem;
}
@ -740,6 +728,18 @@ video {
top: 14rem;
}
.bottom-3 {
bottom: 0.75rem;
}
.left-3 {
left: 0.75rem;
}
.right-2 {
right: 0.5rem;
}
.top-2 {
top: 0.5rem;
}
@ -800,10 +800,6 @@ video {
margin: 2rem;
}
.m-11 {
margin: 2.75rem;
}
.m-1 {
margin: 0.25rem;
}
@ -812,6 +808,10 @@ video {
margin: 1.25rem;
}
.m-4 {
margin: 1rem;
}
.m-0\.5 {
margin: 0.125rem;
}
@ -824,10 +824,6 @@ video {
margin: 0.75rem;
}
.m-4 {
margin: 1rem;
}
.m-2 {
margin: 0.5rem;
}
@ -1080,6 +1076,10 @@ video {
width: 2.75rem;
}
.w-6 {
width: 1.5rem;
}
.w-16 {
width: 4rem;
}
@ -1090,10 +1090,6 @@ video {
width: min-content;
}
.w-6 {
width: 1.5rem;
}
.w-max {
width: -webkit-max-content;
width: -moz-max-content;
@ -1565,6 +1561,10 @@ video {
text-transform: lowercase;
}
.capitalize {
text-transform: capitalize;
}
.italic {
font-style: italic;
}