First working plantnet UI

This commit is contained in:
Pieter Vander Vennet 2022-08-22 19:16:37 +02:00
parent a8959fc934
commit 06f8cf7006
9 changed files with 216 additions and 39 deletions

View file

@ -858,6 +858,10 @@ video {
margin-bottom: 0.75rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-3 {
margin-left: 0.75rem;
}
@ -866,14 +870,6 @@ video {
margin-bottom: 1rem;
}
.mt-8 {
margin-top: 2rem;
}
.mt-4 {
margin-top: 1rem;
}
.mt-2 {
margin-top: 0.5rem;
}
@ -886,6 +882,10 @@ video {
margin-right: 2rem;
}
.mt-4 {
margin-top: 1rem;
}
.mt-6 {
margin-top: 1.5rem;
}
@ -910,10 +910,6 @@ video {
margin-right: 1rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
@ -934,6 +930,10 @@ video {
margin-top: 0px;
}
.mt-8 {
margin-top: 2rem;
}
.mb-8 {
margin-bottom: 2rem;
}
@ -1054,6 +1054,10 @@ video {
height: 6rem;
}
.h-96 {
height: 24rem;
}
.h-64 {
height: 16rem;
}
@ -1162,6 +1166,10 @@ video {
width: 2rem;
}
.w-1\/3 {
width: 33.333333%;
}
.w-4 {
width: 1rem;
}
@ -1407,6 +1415,10 @@ video {
border-radius: 9999px;
}
.rounded-xl {
border-radius: 0.75rem;
}
.rounded-3xl {
border-radius: 1.5rem;
}
@ -1423,10 +1435,6 @@ video {
border-radius: 0.5rem;
}
.rounded-xl {
border-radius: 0.75rem;
}
.rounded-sm {
border-radius: 0.125rem;
}
@ -1436,14 +1444,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;
}
@ -2866,10 +2874,6 @@ input {
width: 75%;
}
.lg\:w-1\/3 {
width: 33.333333%;
}
.lg\:w-1\/4 {
width: 25%;
}
@ -2878,6 +2882,10 @@ input {
width: 16.666667%;
}
.lg\:w-1\/3 {
width: 33.333333%;
}
.lg\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}