+
+
+
+
+
+ {:else}
+ Creating point...
+ {/if}
diff --git a/public/css/index-tailwind-output.css b/public/css/index-tailwind-output.css
index d155cc2a1..ab25c3b62 100644
--- a/public/css/index-tailwind-output.css
+++ b/public/css/index-tailwind-output.css
@@ -670,6 +670,10 @@ video {
position: fixed;
}
+.\!fixed {
+ position: fixed !important;
+}
+
.absolute {
position: absolute;
}
@@ -795,10 +799,6 @@ video {
margin: 1px;
}
-.m-12 {
- margin: 3rem;
-}
-
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
@@ -1242,6 +1242,27 @@ video {
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
+@-webkit-keyframes ping {
+ 75%, 100% {
+ -webkit-transform: scale(2);
+ transform: scale(2);
+ opacity: 0;
+ }
+}
+
+@keyframes ping {
+ 75%, 100% {
+ -webkit-transform: scale(2);
+ transform: scale(2);
+ opacity: 0;
+ }
+}
+
+.animate-ping {
+ -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
+ animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
+}
+
.cursor-pointer {
cursor: pointer;
}
@@ -1730,11 +1751,6 @@ video {
color: rgb(107 114 128 / var(--tw-text-opacity));
}
-.text-green-600 {
- --tw-text-opacity: 1;
- color: rgb(22 163 74 / var(--tw-text-opacity));
-}
-
.underline {
text-decoration-line: underline;
}