hide mission trip form button

This commit is contained in:
Chris Cochrun 2023-02-07 10:15:43 -06:00
parent fe5f53b69b
commit 42497fb4c5
5 changed files with 14 additions and 105 deletions

View file

@ -929,21 +929,14 @@ select {
color: var(--tw-prose-code);
font-weight: 600;
font-size: 0.875em;
background-color: rgba(var(--color-neutral-50), 1);
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
padding-right: 5px;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
content: "`";
display: none;
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
content: "`";
display: none;
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
@ -1211,14 +1204,6 @@ select {
border-radius: 0.12rem;
}
.prose :where(p):not(:where([class~="not-prose"] *))::before {
display: none;
}
.prose :where(p):not(:where([class~="not-prose"] *))::after {
display: none;
}
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
margin-top: 0.5714286em;
margin-bottom: 0.5714286em;
@ -1970,12 +1955,6 @@ select {
max-width: 48rem;
}
.max-w-fit {
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
}
.max-w-\[64rem\] {
max-width: 64rem;
}
@ -2610,6 +2589,11 @@ select {
color: rgb(252 165 165 / var(--tw-text-opacity));
}
.text-\[\#f39\] {
--tw-text-opacity: 1;
color: rgb(255 51 153 / var(--tw-text-opacity));
}
.text-primary-300 {
--tw-text-opacity: 1;
color: rgba(var(--color-primary-300), var(--tw-text-opacity));
@ -2650,75 +2634,6 @@ select {
color: rgba(var(--color-primary-800), var(--tw-text-opacity));
}
.text-secondary-500 {
--tw-text-opacity: 1;
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
}
.text-\[\#aaa\] {
--tw-text-opacity: 1;
color: rgb(170 170 170 / var(--tw-text-opacity));
}
.text-\[\#f00\] {
--tw-text-opacity: 1;
color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-\[\#f22\] {
--tw-text-opacity: 1;
color: rgb(255 34 34 / var(--tw-text-opacity));
}
.text-\[\#d22\] {
--tw-text-opacity: 1;
color: rgb(221 34 34 / var(--tw-text-opacity));
}
.text-\[\#b22\] {
--tw-text-opacity: 1;
color: rgb(187 34 34 / var(--tw-text-opacity));
}
.text-\[\#baa\] {
--tw-text-opacity: 1;
color: rgb(187 170 170 / var(--tw-text-opacity));
}
.text-\[\#b44\] {
--tw-text-opacity: 1;
color: rgb(187 68 68 / var(--tw-text-opacity));
}
.text-\[\#f44\] {
--tw-text-opacity: 1;
color: rgb(255 68 68 / var(--tw-text-opacity));
}
.text-\[\#f66\] {
--tw-text-opacity: 1;
color: rgb(255 102 102 / var(--tw-text-opacity));
}
.text-\[\#f26\] {
--tw-text-opacity: 1;
color: rgb(255 34 102 / var(--tw-text-opacity));
}
.text-\[\#f29\] {
--tw-text-opacity: 1;
color: rgb(255 34 153 / var(--tw-text-opacity));
}
.text-\[\#f39\] {
--tw-text-opacity: 1;
color: rgb(255 51 153 / var(--tw-text-opacity));
}
.underline {
text-decoration-line: underline;
}
.\!no-underline {
text-decoration-line: none !important;
}
@ -2749,14 +2664,14 @@ select {
opacity: 0;
}
.opacity-70 {
opacity: 0.7;
}
.opacity-30 {
opacity: 0.3;
}
.opacity-70 {
opacity: 0.7;
}
.mix-blend-normal {
mix-blend-mode: normal;
}
@ -4032,10 +3947,6 @@ body:has(#menu-controller:checked) {
background-color: rgba(var(--color-secondary-400), 1);
}
.dark .dark\:prose-invert :where(code):not(:where([class~="not-prose"] *)) {
background-color: rgba(var(--color-neutral-700), 1);
}
.dark .dark\:text-neutral {
--tw-text-opacity: 1;
color: rgba(var(--color-neutral), var(--tw-text-opacity));