the ghost of the sea

This commit is contained in:
pacnpal
2024-11-14 02:48:41 +00:00
parent af3e255a2e
commit e63677e8c0
3 changed files with 529 additions and 45 deletions

View File

@@ -2181,6 +2181,10 @@ select {
justify-content: center;
}
.visible {
visibility: visible;
}
.static {
position: static;
}
@@ -2304,6 +2308,11 @@ select {
margin-right: auto;
}
.my-auto {
margin-top: auto;
margin-bottom: auto;
}
.-mb-px {
margin-bottom: -1px;
}
@@ -2500,10 +2509,6 @@ select {
max-height: 90vh;
}
.min-h-\[calc\(100vh-16rem\)\] {
min-height: calc(100vh - 16rem);
}
.min-h-screen {
min-height: 100vh;
}
@@ -3033,6 +3038,10 @@ select {
background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-900\/40 {
background-color: rgb(127 29 29 / 0.4);
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
@@ -3065,6 +3074,10 @@ select {
background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.bg-yellow-900\/40 {
background-color: rgb(113 63 18 / 0.4);
}
.bg-opacity-50 {
--tw-bg-opacity: 0.5;
}
@@ -3392,6 +3405,11 @@ select {
color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-red-400 {
--tw-text-opacity: 1;
color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-500 {
--tw-text-opacity: 1;
color: rgb(239 68 68 / var(--tw-text-opacity));
@@ -4313,6 +4331,11 @@ select {
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.md\:py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.md\:text-2xl {
font-size: 1.5rem;
line-height: 2rem;