mostly css and some other tweaks to mission trip form

This commit is contained in:
Chris Cochrun 2024-01-04 12:54:26 -06:00
parent 81bf6a53e3
commit 9b8ec651d8
2 changed files with 105 additions and 81 deletions

View file

@ -1714,6 +1714,11 @@ select {
margin-bottom: 2rem;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
@ -2039,18 +2044,6 @@ select {
height: 1000px;
}
.h-10 {
height: 2.5rem;
}
.h-4 {
height: 1rem;
}
.h-2 {
height: 0.5rem;
}
.max-h-\[5rem\] {
max-height: 5rem;
}
@ -2115,6 +2108,10 @@ select {
width: 0.75rem;
}
.w-64 {
width: 16rem;
}
.min-w-0 {
min-width: 0px;
}
@ -2209,6 +2206,18 @@ select {
flex-basis: 33.333333%;
}
.basis-2\/3 {
flex-basis: 66.666667%;
}
.basis-1\/4 {
flex-basis: 25%;
}
.basis-3\/4 {
flex-basis: 75%;
}
.-translate-y-8 {
--tw-translate-y: -2rem;
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));
@ -2659,6 +2668,11 @@ select {
padding-bottom: 0.5rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
@ -2699,11 +2713,6 @@ select {
padding-bottom: 2.5rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
@ -2842,6 +2851,11 @@ select {
line-height: 2.25rem;
}
.text-5xl {
font-size: 3rem;
line-height: 1;
}
.text-6xl {
font-size: 3.75rem;
line-height: 1;
@ -2851,11 +2865,6 @@ select {
font-size: 0.6rem;
}
.text-5xl {
font-size: 3rem;
line-height: 1;
}
.font-extrabold {
font-weight: 800;
}
@ -2900,10 +2909,6 @@ select {
line-height: .75rem;
}
.leading-10 {
line-height: 2.5rem;
}
.text-neutral-900 {
--tw-text-opacity: 1;
color: rgba(var(--color-neutral-900), var(--tw-text-opacity));
@ -2993,6 +2998,31 @@ select {
color: transparent;
}
.text-secondary-300 {
--tw-text-opacity: 1;
color: rgba(var(--color-secondary-300), var(--tw-text-opacity));
}
.text-secondary-100 {
--tw-text-opacity: 1;
color: rgba(var(--color-secondary-100), var(--tw-text-opacity));
}
.text-secondary-200 {
--tw-text-opacity: 1;
color: rgba(var(--color-secondary-200), var(--tw-text-opacity));
}
.text-secondary-700 {
--tw-text-opacity: 1;
color: rgba(var(--color-secondary-700), var(--tw-text-opacity));
}
.text-secondary-500 {
--tw-text-opacity: 1;
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
}
.\!no-underline {
text-decoration-line: none !important;
}