Merge branch 'develop' into RobinLinde-patch-2

This commit is contained in:
Robin van der Linde 2024-04-30 10:06:45 +02:00
commit 5fbcd28825
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
384 changed files with 34583 additions and 44834 deletions

View file

@ -781,6 +781,14 @@ video {
float: left;
}
.m-8 {
margin: 2rem;
}
.m-2 {
margin: 0.5rem;
}
.m-4 {
margin: 1rem;
}
@ -793,14 +801,6 @@ video {
margin: 0px;
}
.m-8 {
margin: 2rem;
}
.m-2 {
margin: 0.5rem;
}
.m-1 {
margin: 0.25rem;
}
@ -900,6 +900,10 @@ video {
margin-right: 4rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mt-4 {
margin-top: 1rem;
}
@ -932,10 +936,6 @@ video {
margin-right: 0.25rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.ml-1 {
margin-left: 0.25rem;
}
@ -944,10 +944,6 @@ video {
margin-left: 0.5rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
@ -964,6 +960,10 @@ video {
margin-left: 1rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mt-8 {
margin-top: 2rem;
}
@ -1199,6 +1199,10 @@ video {
width: 8rem;
}
.w-64 {
width: 16rem;
}
.w-8 {
width: 2rem;
}
@ -1266,14 +1270,6 @@ video {
width: 4rem;
}
.w-5\/6 {
width: 83.333333%;
}
.w-1\/6 {
width: 16.666667%;
}
.w-min {
width: -webkit-min-content;
width: min-content;
@ -1762,11 +1758,6 @@ video {
border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.border-gray-400 {
--tw-border-opacity: 1;
border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-800 {
--tw-border-opacity: 1;
border-color: rgb(31 41 55 / var(--tw-border-opacity));
@ -1916,10 +1907,6 @@ video {
padding-left: 0.75rem;
}
.pr-0 {
padding-right: 0px;
}
.pt-1 {
padding-top: 0.25rem;
}
@ -2265,6 +2252,7 @@ video {
--alert-color: #fee4d1;
--alert-foreground-color: var(--foreground-color);
--low-interaction-background: #eeeeee;
--low-interaction-background-50: #eeeeee90;
--low-interaction-foreground: black;
--low-interaction-contrast: #ff00ff;
--interactive-background: #dddddd;
@ -2525,6 +2513,11 @@ button.primary:not(.no-image-background) svg path,
transition: all 250ms;
}
button.disabled.low-interaction,
.button.disabled.low-interaction {
background-color: var(--low-interaction-background-50);
}
button.disabled,
.button.disabled {
cursor: default;
@ -2757,7 +2750,8 @@ textarea {
color: #7193bb;
}
.literal-code {
.literal-code,
code {
/* A codeblock */
display: inline-block;
background-color: lightgray;