Merge branch 'develop' into feature/nsi

This commit is contained in:
Robin van der Linde 2024-04-29 00:24:51 +02:00
commit 572d85a6b5
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
375 changed files with 34341 additions and 44682 deletions

View file

@ -781,6 +781,10 @@ video {
float: left;
}
.m-2 {
margin: 0.5rem;
}
.m-4 {
margin: 1rem;
}
@ -797,10 +801,6 @@ video {
margin: 2rem;
}
.m-2 {
margin: 0.5rem;
}
.m-1 {
margin: 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;
}
@ -1203,6 +1203,10 @@ video {
width: 8rem;
}
.w-64 {
width: 16rem;
}
.w-8 {
width: 2rem;
}
@ -1270,14 +1274,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;
@ -1287,6 +1283,10 @@ video {
width: 12rem;
}
.w-5\/6 {
width: 83.333333%;
}
.max-w-full {
max-width: 100%;
}
@ -1770,11 +1770,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));
@ -1924,10 +1919,6 @@ video {
padding-left: 0.75rem;
}
.pr-0 {
padding-right: 0px;
}
.pt-1 {
padding-top: 0.25rem;
}
@ -2273,6 +2264,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;
@ -2499,6 +2491,10 @@ button.primary:not(.no-image-background) svg path, .button.primary:not(.no-image
transition: all 250ms;
}
button.disabled.low-interaction, .button.disabled.low-interaction {
background-color: var(--low-interaction-background-50);
}
button.disabled, .button.disabled {
cursor: default;
border: 2px dashed var(--button-background);
@ -2724,7 +2720,7 @@ textarea {
color: #7193bb;
}
.literal-code {
.literal-code, code {
/* A codeblock */
display: inline-block;
background-color: lightgray;