Merge plant_detection

This commit is contained in:
Pieter Vander Vennet 2022-08-24 15:08:08 +02:00
commit 25ec71aff1
15 changed files with 780 additions and 158 deletions

View file

@ -858,6 +858,10 @@ video {
margin-bottom: 0.75rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-3 {
margin-left: 0.75rem;
}
@ -886,6 +890,10 @@ video {
margin-top: 1.5rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.mr-2 {
margin-right: 0.5rem;
}
@ -906,10 +914,6 @@ video {
margin-right: 1rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
@ -962,10 +966,6 @@ video {
margin-top: -3rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.mb-0 {
margin-bottom: 0px;
}
@ -1074,6 +1074,10 @@ video {
height: 2rem;
}
.h-14 {
height: 3.5rem;
}
.h-4 {
height: 1rem;
}
@ -1098,6 +1102,10 @@ video {
height: 8rem;
}
.h-96 {
height: 24rem;
}
.h-16 {
height: 4rem;
}
@ -1162,6 +1170,14 @@ video {
width: 2rem;
}
.w-14 {
width: 3.5rem;
}
.w-1\/3 {
width: 33.333333%;
}
.w-4 {
width: 1rem;
}
@ -1407,6 +1423,10 @@ video {
border-radius: 9999px;
}
.rounded-xl {
border-radius: 0.75rem;
}
.rounded-3xl {
border-radius: 1.5rem;
}
@ -1423,10 +1443,6 @@ video {
border-radius: 0.5rem;
}
.rounded-xl {
border-radius: 0.75rem;
}
.rounded-sm {
border-radius: 0.125rem;
}
@ -1436,14 +1452,14 @@ video {
border-bottom-left-radius: 0.25rem;
}
.border {
border-width: 1px;
}
.border-2 {
border-width: 2px;
}
.border {
border-width: 1px;
}
.border-4 {
border-width: 4px;
}
@ -1504,6 +1520,11 @@ video {
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-200 {
--tw-bg-opacity: 1;
background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-red-400 {
--tw-bg-opacity: 1;
background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
@ -1524,11 +1545,6 @@ video {
background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-gray-200 {
--tw-bg-opacity: 1;
background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-gray-100 {
--tw-bg-opacity: 1;
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));