This commit is contained in:
Pieter Vander Vennet 2024-08-26 13:09:46 +02:00
parent 3ab1a0a3f2
commit 617b4854fa
48 changed files with 662 additions and 491 deletions

View file

@ -953,6 +953,11 @@ video {
margin-right: 1rem;
}
.my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.-my-1\.5 {
margin-top: -0.375rem;
margin-bottom: -0.375rem;
@ -978,11 +983,6 @@ video {
margin-right: -0.25rem;
}
.my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.mx-12 {
margin-left: 3rem;
margin-right: 3rem;
@ -993,10 +993,6 @@ video {
margin-right: 4rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mt-4 {
margin-top: 1rem;
}
@ -1029,6 +1025,10 @@ video {
margin-right: 0.25rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.ml-1 {
margin-left: 0.25rem;
}
@ -1440,10 +1440,6 @@ video {
max-height: 3rem;
}
.max-h-96 {
max-height: 24rem;
}
.max-h-24 {
max-height: 6rem;
}
@ -1452,6 +1448,10 @@ video {
max-height: 16rem;
}
.max-h-96 {
max-height: 24rem;
}
.max-h-full {
max-height: 100%;
}
@ -4623,12 +4623,12 @@ button.as-link {
padding: 0;
}
button.unstyled {
button.unstyled, .button-unstyled button {
background-color: unset;
display: inline-flex;
justify-content: start;
border: none;
box-shadow: none;
box-shadow: none !important;
margin: 0;
padding: 0;
}
@ -7234,14 +7234,14 @@ svg.apply-fill path {
width: 50%;
}
.sm\:w-96 {
width: 24rem;
}
.sm\:w-11 {
width: 2.75rem;
}
.sm\:w-96 {
width: 24rem;
}
.sm\:w-auto {
width: auto;
}