mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
website: send Hub early access form submission to posthog
This commit is contained in:
@@ -1215,10 +1215,6 @@ input[type="search"]::-webkit-search-results-decoration {
|
||||
top: 0.5rem;
|
||||
}
|
||||
|
||||
.isolate{
|
||||
isolation: isolate;
|
||||
}
|
||||
|
||||
.z-10{
|
||||
z-index: 10;
|
||||
}
|
||||
@@ -2515,6 +2511,29 @@ html {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
/* A hand-swiped stroke with uneven rounded edges. */
|
||||
|
||||
.marker-red {
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
color: #fff;
|
||||
isolation: isolate;
|
||||
}
|
||||
|
||||
.marker-red::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
inset: 0.08em -0.18em -0.02em -0.14em;
|
||||
background: linear-gradient(100deg,
|
||||
rgba(220, 38, 38, 0.82) 0%,
|
||||
rgba(239, 68, 68, 0.95) 28%,
|
||||
rgba(225, 29, 72, 0.9) 72%,
|
||||
rgba(220, 38, 38, 0.88) 100%);
|
||||
border-radius: 0.3em 0.5em 0.4em 0.6em;
|
||||
transform: skew(-10deg) rotate(-0.5deg);
|
||||
}
|
||||
|
||||
.before\:pointer-events-none::before{
|
||||
content: var(--tw-content);
|
||||
pointer-events: none;
|
||||
@@ -2692,6 +2711,11 @@ html {
|
||||
background-color: rgb(39 39 42 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.hover\:text-red-300:hover{
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(252 165 165 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.hover\:text-violet-900:hover{
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(76 29 149 / var(--tw-text-opacity));
|
||||
@@ -2803,6 +2827,10 @@ html {
|
||||
--tw-ring-offset-width: 2px;
|
||||
}
|
||||
|
||||
.disabled\:opacity-70:disabled{
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.group[open] .group-open\:rotate-45{
|
||||
--tw-rotate: 45deg;
|
||||
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));
|
||||
|
||||
Reference in New Issue
Block a user