Add the comet

This commit is contained in:
2022-05-27 15:11:52 +02:00
parent 2aa6612a28
commit 80f9b45682
3 changed files with 52 additions and 112 deletions

View File

@@ -473,22 +473,6 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-right: auto;
}
.ml-10 {
margin-left: 2.5rem;
}
.ml-20 {
margin-left: 5rem;
}
.-mt-8 {
margin-top: -2rem;
}
.-mt-10 {
margin-top: -2.5rem;
}
.-mt-12 {
margin-top: -3rem;
}
@@ -497,10 +481,42 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-bottom: 2rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.ml-20 {
margin-left: 5rem;
}
.-mt-2 {
margin-top: -0.5rem;
}
.-mt-1 {
margin-top: -0.25rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.-mt-0\.5 {
margin-top: -0.125rem;
}
.-mt-0 {
margin-top: -0px;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.flex {
display: flex;
}
@@ -509,44 +525,40 @@ Ensure the default browser behavior of the `hidden` attribute.
display: none;
}
.h-16 {
height: 4rem;
.h-32 {
height: 8rem;
}
.h-20 {
height: 5rem;
}
.h-28 {
height: 7rem;
.h-7 {
height: 1.75rem;
}
.h-32 {
height: 8rem;
}
.h-48 {
height: 12rem;
}
.h-40 {
height: 10rem;
}
.h-36 {
height: 9rem;
.h-6 {
height: 1.5rem;
}
.w-full {
width: 100%;
}
.w-auto {
width: auto;
}
.max-w-5xl {
max-width: 64rem;
}
.list-none {
list-style-type: none;
.flex-shrink-0 {
flex-shrink: 0;
}
.transform {
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.items-center {
@@ -561,28 +573,12 @@ Ensure the default browser behavior of the `hidden` attribute.
justify-content: space-between;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1.5rem * var(--tw-space-x-reverse));
margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(2rem * var(--tw-space-x-reverse));
margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.border-b-4 {
border-bottom-width: 4px;
}
.border-b-2 {
border-bottom-width: 2px;
}
@@ -592,21 +588,6 @@ Ensure the default browser behavior of the `hidden` attribute.
border-color: rgb(20 184 166 / var(--tw-border-opacity));
}
.border-emerald-500 {
--tw-border-opacity: 1;
border-color: rgb(16 185 129 / var(--tw-border-opacity));
}
.bg-teal-50 {
--tw-bg-opacity: 1;
background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}
.bg-slate-200 {
--tw-bg-opacity: 1;
background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
@@ -620,53 +601,10 @@ Ensure the default browser behavior of the `hidden` attribute.
background-size: cover;
}
.bg-center {
background-position: center;
}
.bg-top {
background-position: top;
}
.bg-\[center_top_20rem\] {
background-position: center top 20rem;
}
.bg-\[center_top_10rem\] {
background-position: center top 10rem;
}
.bg-\[center_bottom_10rem\] {
background-position: center bottom 10rem;
}
.bg-\[center_top_50rem\] {
background-position: center top 50rem;
}
.bg-\[center_top_40rem\] {
background-position: center top 40rem;
}
.bg-\[center_top_30rem\] {
background-position: center top 30rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.py-8 {
padding-top: 2rem;
padding-bottom: 2rem;