Merge develop

This commit is contained in:
Pieter Vander Vennet 2022-07-21 19:23:05 +02:00
commit 15e6fde194
275 changed files with 786405 additions and 39150 deletions

View file

@ -803,6 +803,10 @@ video {
float: none;
}
.m-8 {
margin: 2rem;
}
.m-1 {
margin: 0.25rem;
}
@ -815,6 +819,10 @@ video {
margin: 1.25rem;
}
.m-2 {
margin: 0.5rem;
}
.m-0\.5 {
margin: 0.125rem;
}
@ -827,14 +835,6 @@ video {
margin: 0.75rem;
}
.m-8 {
margin: 2rem;
}
.m-2 {
margin: 0.5rem;
}
.m-6 {
margin: 1.5rem;
}
@ -858,18 +858,6 @@ video {
margin-bottom: 0.75rem;
}
.mb-0 {
margin-bottom: 0px;
}
.mt-8 {
margin-top: 2rem;
}
.ml-5 {
margin-left: 1.25rem;
}
.ml-3 {
margin-left: 0.75rem;
}
@ -878,6 +866,18 @@ video {
margin-bottom: 1rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.ml-0 {
margin-left: 0px;
}
.mr-8 {
margin-right: 2rem;
}
.mt-4 {
margin-top: 1rem;
}
@ -886,6 +886,10 @@ video {
margin-top: 1.5rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mt-1 {
margin-top: 0.25rem;
}
@ -902,14 +906,6 @@ video {
margin-right: 1rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
@ -950,6 +946,18 @@ video {
margin-right: 0px;
}
.mb-0 {
margin-bottom: 0px;
}
.mt-8 {
margin-top: 2rem;
}
.ml-5 {
margin-left: 1.25rem;
}
.mr-3 {
margin-right: 0.75rem;
}
@ -1050,18 +1058,18 @@ video {
height: 6rem;
}
.h-10 {
height: 2.5rem;
}
.h-14 {
height: 3.5rem;
.h-64 {
height: 16rem;
}
.h-full {
height: 100%;
}
.h-10 {
height: 2.5rem;
}
.h-12 {
height: 3rem;
}
@ -1070,14 +1078,14 @@ video {
height: 2rem;
}
.h-1\/2 {
height: 50%;
}
.h-4 {
height: 1rem;
}
.h-1\/2 {
height: 50%;
}
.h-screen {
height: 100vh;
}
@ -1098,12 +1106,12 @@ video {
height: 4rem;
}
.h-0 {
height: 0px;
.h-14 {
height: 3.5rem;
}
.h-64 {
height: 16rem;
.h-0 {
height: 0px;
}
.h-3 {
@ -1138,18 +1146,22 @@ video {
width: 100%;
}
.w-10 {
width: 2.5rem;
}
.w-24 {
width: 6rem;
}
.w-1\/2 {
width: 50%;
}
.w-6 {
width: 1.5rem;
}
.w-10 {
width: 2.5rem;
}
.w-12 {
width: 3rem;
}
@ -1158,14 +1170,14 @@ video {
width: 2rem;
}
.w-0 {
width: 0px;
}
.w-4 {
width: 1rem;
}
.w-0 {
width: 0px;
}
.w-screen {
width: 100vw;
}
@ -1179,15 +1191,15 @@ video {
width: min-content;
}
.w-1\/2 {
width: 50%;
}
.w-max {
width: -webkit-max-content;
width: max-content;
}
.w-32 {
width: 8rem;
}
.w-16 {
width: 4rem;
}
@ -1364,6 +1376,10 @@ video {
overflow: scroll;
}
.overflow-x-auto {
overflow-x: auto;
}
.overflow-y-auto {
overflow-y: auto;
}
@ -1407,14 +1423,18 @@ video {
border-radius: 0.25rem;
}
.rounded-xl {
border-radius: 0.75rem;
.rounded-md {
border-radius: 0.375rem;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-xl {
border-radius: 0.75rem;
}
.rounded-sm {
border-radius: 0.125rem;
}
@ -1424,18 +1444,22 @@ video {
border-bottom-left-radius: 0.25rem;
}
.border-2 {
border-width: 2px;
}
.border {
border-width: 1px;
}
.border-2 {
border-width: 2px;
}
.border-4 {
border-width: 4px;
}
.border-b-4 {
border-bottom-width: 4px;
}
.border-l-4 {
border-left-width: 4px;
}
@ -1444,11 +1468,6 @@ video {
border-bottom-width: 1px;
}
.border-blue-500 {
--tw-border-opacity: 1;
border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
.border-gray-500 {
--tw-border-opacity: 1;
border-color: rgba(107, 114, 128, var(--tw-border-opacity));
@ -1474,6 +1493,11 @@ video {
border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}
.border-blue-500 {
--tw-border-opacity: 1;
border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
.border-gray-200 {
--tw-border-opacity: 1;
border-color: rgba(229, 231, 235, var(--tw-border-opacity));
@ -1541,14 +1565,14 @@ video {
padding: 1rem;
}
.p-1 {
padding: 0.25rem;
}
.p-2 {
padding: 0.5rem;
}
.p-1 {
padding: 0.25rem;
}
.p-0 {
padding: 0px;
}
@ -1567,6 +1591,14 @@ video {
padding-right: 1rem;
}
.pl-1 {
padding-left: 0.25rem;
}
.pr-1 {
padding-right: 0.25rem;
}
.pb-12 {
padding-bottom: 3rem;
}
@ -1591,14 +1623,6 @@ video {
padding-bottom: 0.25rem;
}
.pl-1 {
padding-left: 0.25rem;
}
.pr-1 {
padding-right: 0.25rem;
}
.pt-2 {
padding-top: 0.5rem;
}
@ -1862,6 +1886,11 @@ video {
color: var(--subtle-detail-color-contrast);
}
.bg-unsubtle {
background-color: var(--unsubtle-detail-color);
color: var(--unsubtle-detail-color-contrast);
}
:root {
/* The main colour scheme of mapcomplete is configured here.
* For a custom styling, set 'customCss' in your layoutConfig and overwrite some of these.
@ -2486,6 +2515,15 @@ input {
box-sizing: border-box;
}
.code {
display: inline-block;
background-color: lightgray;
padding: 0.5em;
word-break: break-word;
color: black;
box-sizing: border-box;
}
/** Switch layout **/
.small-image img {
@ -2848,6 +2886,14 @@ input {
width: 75%;
}
.lg\:w-1\/3 {
width: 33.333333%;
}
.lg\:w-1\/4 {
width: 25%;
}
.lg\:w-1\/6 {
width: 16.666667%;
}