add analytics

This commit is contained in:
2026-06-05 00:11:45 -03:00
parent a2947b3bf2
commit fd8e9049bf
35 changed files with 1540 additions and 30 deletions

View File

@@ -616,6 +616,10 @@ video {
pointer-events: none;
}
.\!visible {
visibility: visible !important;
}
.visible {
visibility: visible;
}
@@ -984,10 +988,6 @@ video {
height: 0.25rem;
}
.h-1\.5 {
height: 0.375rem;
}
.h-10 {
height: 2.5rem;
}
@@ -2885,10 +2885,6 @@ video {
background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-200\/50 {
background-color: rgb(229 231 235 / 0.5);
}
.bg-gray-300 {
--tw-bg-opacity: 1;
background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
@@ -4369,6 +4365,10 @@ video {
--tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}
.to-pink-600 {
--tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}
.to-purple-100 {
--tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}
@@ -6940,6 +6940,10 @@ video {
color: rgb(161 98 7 / 0.95);
}
.underline {
text-decoration-line: underline;
}
.underline-offset-4 {
text-underline-offset: 4px;
}
@@ -7125,10 +7129,6 @@ video {
transition-duration: 150ms;
}
.duration-1000 {
transition-duration: 1000ms;
}
.duration-150 {
transition-duration: 150ms;
}
@@ -7149,10 +7149,6 @@ video {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[-webkit-text-stroke\:2px_black\] {
-webkit-text-stroke: 2px black;
}
@@ -7367,6 +7363,11 @@ video {
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-700:hover {
--tw-text-opacity: 1;
color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-300:hover {
--tw-text-opacity: 1;
color: rgb(209 213 219 / var(--tw-text-opacity, 1));
@@ -7382,6 +7383,11 @@ video {
color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700:hover {
--tw-text-opacity: 1;
color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
text-decoration-line: underline;
}
@@ -7627,6 +7633,10 @@ video {
width: 5rem;
}
.md\:w-auto {
width: auto;
}
.md\:max-w-\[378\.67px\] {
max-width: 378.67px;
}
@@ -7671,6 +7681,18 @@ video {
gap: 1.75rem;
}
.md\:gap-8 {
gap: 2rem;
}
.md\:p-6 {
padding: 1.5rem;
}
.md\:p-8 {
padding: 2rem;
}
.md\:px-0 {
padding-left: 0px;
padding-right: 0px;
@@ -7709,6 +7731,11 @@ video {
padding-top: 3rem;
}
.md\:text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.md\:text-5xl {
font-size: 3rem;
line-height: 1;