From e226614d8fb9684df59c52ea04d98ed028d6d384 Mon Sep 17 00:00:00 2001
From: Alex Tugarev
Date: Mon, 15 Mar 2021 15:13:23 +0000
Subject: [PATCH 1/4] [dev] Update telepresence
---
.gitpod.yml | 2 +-
.werft/build.yaml | 2 +-
dev/image/Dockerfile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.gitpod.yml b/.gitpod.yml
index 8b2b0441293b13..62680ab694f6db 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,4 +1,4 @@
-image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-grpc.46
+image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-dev-env.5
workspaceLocation: gitpod/gitpod-ws.theia-workspace
checkoutLocation: gitpod
ports:
diff --git a/.werft/build.yaml b/.werft/build.yaml
index 214df46c509d7b..ad6b6e1865cd3d 100644
--- a/.werft/build.yaml
+++ b/.werft/build.yaml
@@ -30,7 +30,7 @@ pod:
- name: MYSQL_TCP_PORT
value: 23306
- name: build
- image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:aledbf-grpc.46
+ image: eu.gcr.io/gitpod-core-dev/dev/dev-environment:at-dev-env.5
workingDir: /workspace
imagePullPolicy: Always
volumeMounts:
diff --git a/dev/image/Dockerfile b/dev/image/Dockerfile
index 6b25328a1273eb..1277c284b29a2d 100644
--- a/dev/image/Dockerfile
+++ b/dev/image/Dockerfile
@@ -4,7 +4,7 @@
FROM gitpod/workspace-full-vnc:latest
-ENV TRIGGER_REBUILD 6
+ENV TRIGGER_REBUILD 7
USER root
From 4c14041d99ae05a5e81e967f534e0a81b2071138 Mon Sep 17 00:00:00 2001
From: Jan Keromnes
Date: Tue, 16 Mar 2021 12:56:11 +0000
Subject: [PATCH 2/4] [dashboard] Re-implement running workspace selector for
new dashboard
Co-authored-by: George Tsiolis
---
.../dashboard/src/components/StartPage.tsx | 2 +-
.../dashboard/src/start/CreateWorkspace.tsx | 49 +-
components/dashboard/src/tailwind.output.css | 1116 +++++++++++++++++
components/dashboard/tailwind.config.js | 1 +
4 files changed, 1154 insertions(+), 14 deletions(-)
diff --git a/components/dashboard/src/components/StartPage.tsx b/components/dashboard/src/components/StartPage.tsx
index 905bdff3d451dc..e28b19f13afe2c 100644
--- a/components/dashboard/src/components/StartPage.tsx
+++ b/components/dashboard/src/components/StartPage.tsx
@@ -23,7 +23,7 @@ function ProgressBar(props: { phase: number, error: boolean }) {
// This phase is currently running
classes += ' bg-green-light animate-pulse';
}
- return ;
+ return
;
})}
;
}
diff --git a/components/dashboard/src/start/CreateWorkspace.tsx b/components/dashboard/src/start/CreateWorkspace.tsx
index b5ce64d1ce95d5..9de8e29cc17c75 100644
--- a/components/dashboard/src/start/CreateWorkspace.tsx
+++ b/components/dashboard/src/start/CreateWorkspace.tsx
@@ -1,8 +1,9 @@
+import React, { Suspense } from "react";
import { CreateWorkspaceMode, GitpodService, WorkspaceCreationResult } from "@gitpod/gitpod-protocol";
import { ErrorCodes } from "@gitpod/gitpod-protocol/lib/messaging/error";
+import Modal from "../components/Modal";
import { StartPage, StartPhase } from "../components/StartPage";
import StartWorkspace from "./StartWorkspace";
-import React, { Suspense } from "react";
const WorkspaceLogs = React.lazy(() => import('./WorkspaceLogs'));
@@ -32,11 +33,11 @@ export class CreateWorkspace extends React.Component
Existing workspaces: ;
+ statusMessage =
+ Running Workspaces
+
+
+
+
+ ;
}
else if (result?.runningWorkspacePrebuild) {
@@ -95,14 +116,16 @@ export class CreateWorkspace extends React.Component
{statusMessage}
{logsView}
-
-
- Docs
- —
- Status
- —
- Blog
-
+ {error && <>
+
+
+ Docs
+ —
+ Status
+ —
+ Blog
+
+ >}
;
}
diff --git a/components/dashboard/src/tailwind.output.css b/components/dashboard/src/tailwind.output.css
index fb3c8b06c80458..42f8083e0a4748 100644
--- a/components/dashboard/src/tailwind.output.css
+++ b/components/dashboard/src/tailwind.output.css
@@ -2278,6 +2278,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
}
+.divide-gitpod-green > :not([hidden]) ~ :not([hidden]) {
+ --tw-divide-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-divide-opacity)) !important;
+}
+
.divide-gitpod-black > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-divide-opacity)) !important;
@@ -2954,6 +2959,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+.bg-gitpod-green {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+}
+
.bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -3446,6 +3456,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+.group:hover .group-hover\:bg-gitpod-green {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+}
+
.group:hover .group-hover\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -3938,6 +3953,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+.focus-within\:bg-gitpod-green:focus-within {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+}
+
.focus-within\:bg-gitpod-black:focus-within {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -4430,6 +4450,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+.hover\:bg-gitpod-green:hover {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+}
+
.hover\:bg-gitpod-black:hover {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -4922,6 +4947,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+.focus\:bg-gitpod-green:focus {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+}
+
.focus\:bg-gitpod-black:focus {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -5452,6 +5482,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+.from-gitpod-green {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+}
+
.from-gitpod-black {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -5854,6 +5889,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+.via-gitpod-green {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+}
+
.via-gitpod-black {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -6250,6 +6289,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+.to-gitpod-green {
+ --tw-gradient-to: #7BA80F !important;
+}
+
.to-gitpod-black {
--tw-gradient-to: #161616 !important;
}
@@ -6739,6 +6782,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+.hover\:from-gitpod-green:hover {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+}
+
.hover\:from-gitpod-black:hover {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -7141,6 +7189,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+.hover\:via-gitpod-green:hover {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+}
+
.hover\:via-gitpod-black:hover {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -7537,6 +7589,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+.hover\:to-gitpod-green:hover {
+ --tw-gradient-to: #7BA80F !important;
+}
+
.hover\:to-gitpod-black:hover {
--tw-gradient-to: #161616 !important;
}
@@ -8026,6 +8082,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+.focus\:from-gitpod-green:focus {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+}
+
.focus\:from-gitpod-black:focus {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -8428,6 +8489,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+.focus\:via-gitpod-green:focus {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+}
+
.focus\:via-gitpod-black:focus {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -8824,6 +8889,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+.focus\:to-gitpod-green:focus {
+ --tw-gradient-to: #7BA80F !important;
+}
+
.focus\:to-gitpod-black:focus {
--tw-gradient-to: #161616 !important;
}
@@ -9691,6 +9760,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+.border-gitpod-green {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+}
+
.border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -10183,6 +10257,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+.group:hover .group-hover\:border-gitpod-green {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+}
+
.group:hover .group-hover\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -10675,6 +10754,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+.focus-within\:border-gitpod-green:focus-within {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+}
+
.focus-within\:border-gitpod-black:focus-within {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -11167,6 +11251,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+.hover\:border-gitpod-green:hover {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+}
+
.hover\:border-gitpod-black:hover {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -11659,6 +11748,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+.focus\:border-gitpod-green:focus {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+}
+
.focus\:border-gitpod-black:focus {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -19124,6 +19218,26 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
+.placeholder-gitpod-green::-webkit-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+}
+
+.placeholder-gitpod-green:-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+}
+
+.placeholder-gitpod-green::-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+}
+
+.placeholder-gitpod-green::placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+}
+
.placeholder-gitpod-black::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -21092,6 +21206,26 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
+.focus\:placeholder-gitpod-green:focus::-webkit-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+}
+
+.focus\:placeholder-gitpod-green:focus:-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+}
+
+.focus\:placeholder-gitpod-green:focus::-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+}
+
+.focus\:placeholder-gitpod-green:focus::placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+}
+
.focus\:placeholder-gitpod-black:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -25243,6 +25377,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+.ring-offset-gitpod-green {
+ --tw-ring-offset-color: #7BA80F !important;
+}
+
.ring-offset-gitpod-black {
--tw-ring-offset-color: #161616 !important;
}
@@ -25639,6 +25777,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+.focus-within\:ring-offset-gitpod-green:focus-within {
+ --tw-ring-offset-color: #7BA80F !important;
+}
+
.focus-within\:ring-offset-gitpod-black:focus-within {
--tw-ring-offset-color: #161616 !important;
}
@@ -26035,6 +26177,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+.focus\:ring-offset-gitpod-green:focus {
+ --tw-ring-offset-color: #7BA80F !important;
+}
+
.focus\:ring-offset-gitpod-black:focus {
--tw-ring-offset-color: #161616 !important;
}
@@ -26582,6 +26728,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+.ring-gitpod-green {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+}
+
.ring-gitpod-black {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -27074,6 +27225,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+.focus-within\:ring-gitpod-green:focus-within {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+}
+
.focus-within\:ring-gitpod-black:focus-within {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -27566,6 +27722,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+.focus\:ring-gitpod-green:focus {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+}
+
.focus\:ring-gitpod-black:focus {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -28282,6 +28443,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+.text-gitpod-green {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+}
+
.text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -28774,6 +28940,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+.group:hover .group-hover\:text-gitpod-green {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+}
+
.group:hover .group-hover\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -29266,6 +29437,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+.focus-within\:text-gitpod-green:focus-within {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+}
+
.focus-within\:text-gitpod-black:focus-within {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -29758,6 +29934,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+.hover\:text-gitpod-green:hover {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+}
+
.hover\:text-gitpod-black:hover {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -30250,6 +30431,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+.focus\:text-gitpod-green:focus {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+}
+
.focus\:text-gitpod-black:focus {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -36609,6 +36795,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
}
+ .sm\:divide-gitpod-green > :not([hidden]) ~ :not([hidden]) {
+ --tw-divide-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-divide-opacity)) !important;
+ }
+
.sm\:divide-gitpod-black > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-divide-opacity)) !important;
@@ -37285,6 +37476,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .sm\:bg-gitpod-green {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.sm\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -37777,6 +37973,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .group:hover .sm\:group-hover\:bg-gitpod-green {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.group:hover .sm\:group-hover\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -38269,6 +38470,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .sm\:focus-within\:bg-gitpod-green:focus-within {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.sm\:focus-within\:bg-gitpod-black:focus-within {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -38761,6 +38967,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .sm\:hover\:bg-gitpod-green:hover {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.sm\:hover\:bg-gitpod-black:hover {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -39253,6 +39464,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .sm\:focus\:bg-gitpod-green:focus {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.sm\:focus\:bg-gitpod-black:focus {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -39783,6 +39999,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .sm\:from-gitpod-green {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.sm\:from-gitpod-black {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -40185,6 +40406,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .sm\:via-gitpod-green {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.sm\:via-gitpod-black {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -40581,6 +40806,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+ .sm\:to-gitpod-green {
+ --tw-gradient-to: #7BA80F !important;
+ }
+
.sm\:to-gitpod-black {
--tw-gradient-to: #161616 !important;
}
@@ -41070,6 +41299,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .sm\:hover\:from-gitpod-green:hover {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.sm\:hover\:from-gitpod-black:hover {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -41472,6 +41706,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .sm\:hover\:via-gitpod-green:hover {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.sm\:hover\:via-gitpod-black:hover {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -41868,6 +42106,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+ .sm\:hover\:to-gitpod-green:hover {
+ --tw-gradient-to: #7BA80F !important;
+ }
+
.sm\:hover\:to-gitpod-black:hover {
--tw-gradient-to: #161616 !important;
}
@@ -42357,6 +42599,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .sm\:focus\:from-gitpod-green:focus {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.sm\:focus\:from-gitpod-black:focus {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -42759,6 +43006,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .sm\:focus\:via-gitpod-green:focus {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.sm\:focus\:via-gitpod-black:focus {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -43155,6 +43406,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+ .sm\:focus\:to-gitpod-green:focus {
+ --tw-gradient-to: #7BA80F !important;
+ }
+
.sm\:focus\:to-gitpod-black:focus {
--tw-gradient-to: #161616 !important;
}
@@ -44022,6 +44277,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .sm\:border-gitpod-green {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.sm\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -44514,6 +44774,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .group:hover .sm\:group-hover\:border-gitpod-green {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.group:hover .sm\:group-hover\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -45006,6 +45271,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .sm\:focus-within\:border-gitpod-green:focus-within {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.sm\:focus-within\:border-gitpod-black:focus-within {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -45498,6 +45768,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .sm\:hover\:border-gitpod-green:hover {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.sm\:hover\:border-gitpod-black:hover {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -45990,6 +46265,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .sm\:focus\:border-gitpod-green:focus {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.sm\:focus\:border-gitpod-black:focus {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -53455,6 +53735,26 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
+ .sm\:placeholder-gitpod-green::-webkit-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .sm\:placeholder-gitpod-green:-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .sm\:placeholder-gitpod-green::-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .sm\:placeholder-gitpod-green::placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
.sm\:placeholder-gitpod-black::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -55423,6 +55723,26 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
+ .sm\:focus\:placeholder-gitpod-green:focus::-webkit-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .sm\:focus\:placeholder-gitpod-green:focus:-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .sm\:focus\:placeholder-gitpod-green:focus::-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .sm\:focus\:placeholder-gitpod-green:focus::placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
.sm\:focus\:placeholder-gitpod-black:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -59561,6 +59881,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+ .sm\:ring-offset-gitpod-green {
+ --tw-ring-offset-color: #7BA80F !important;
+ }
+
.sm\:ring-offset-gitpod-black {
--tw-ring-offset-color: #161616 !important;
}
@@ -59957,6 +60281,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+ .sm\:focus-within\:ring-offset-gitpod-green:focus-within {
+ --tw-ring-offset-color: #7BA80F !important;
+ }
+
.sm\:focus-within\:ring-offset-gitpod-black:focus-within {
--tw-ring-offset-color: #161616 !important;
}
@@ -60353,6 +60681,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+ .sm\:focus\:ring-offset-gitpod-green:focus {
+ --tw-ring-offset-color: #7BA80F !important;
+ }
+
.sm\:focus\:ring-offset-gitpod-black:focus {
--tw-ring-offset-color: #161616 !important;
}
@@ -60900,6 +61232,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+ .sm\:ring-gitpod-green {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+ }
+
.sm\:ring-gitpod-black {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -61392,6 +61729,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+ .sm\:focus-within\:ring-gitpod-green:focus-within {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+ }
+
.sm\:focus-within\:ring-gitpod-black:focus-within {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -61884,6 +62226,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+ .sm\:focus\:ring-gitpod-green:focus {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+ }
+
.sm\:focus\:ring-gitpod-black:focus {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -62600,6 +62947,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .sm\:text-gitpod-green {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.sm\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -63092,6 +63444,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .group:hover .sm\:group-hover\:text-gitpod-green {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.group:hover .sm\:group-hover\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -63584,6 +63941,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .sm\:focus-within\:text-gitpod-green:focus-within {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.sm\:focus-within\:text-gitpod-black:focus-within {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -64076,6 +64438,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .sm\:hover\:text-gitpod-green:hover {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.sm\:hover\:text-gitpod-black:hover {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -64568,6 +64935,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .sm\:focus\:text-gitpod-green:focus {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.sm\:focus\:text-gitpod-black:focus {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -70862,6 +71234,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
}
+ .md\:divide-gitpod-green > :not([hidden]) ~ :not([hidden]) {
+ --tw-divide-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-divide-opacity)) !important;
+ }
+
.md\:divide-gitpod-black > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-divide-opacity)) !important;
@@ -71538,6 +71915,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .md\:bg-gitpod-green {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.md\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -72030,6 +72412,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .group:hover .md\:group-hover\:bg-gitpod-green {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.group:hover .md\:group-hover\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -72522,6 +72909,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .md\:focus-within\:bg-gitpod-green:focus-within {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.md\:focus-within\:bg-gitpod-black:focus-within {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -73014,6 +73406,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .md\:hover\:bg-gitpod-green:hover {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.md\:hover\:bg-gitpod-black:hover {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -73506,6 +73903,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .md\:focus\:bg-gitpod-green:focus {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.md\:focus\:bg-gitpod-black:focus {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -74036,6 +74438,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .md\:from-gitpod-green {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.md\:from-gitpod-black {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -74438,6 +74845,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .md\:via-gitpod-green {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.md\:via-gitpod-black {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -74834,6 +75245,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+ .md\:to-gitpod-green {
+ --tw-gradient-to: #7BA80F !important;
+ }
+
.md\:to-gitpod-black {
--tw-gradient-to: #161616 !important;
}
@@ -75323,6 +75738,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .md\:hover\:from-gitpod-green:hover {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.md\:hover\:from-gitpod-black:hover {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -75725,6 +76145,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .md\:hover\:via-gitpod-green:hover {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.md\:hover\:via-gitpod-black:hover {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -76121,6 +76545,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+ .md\:hover\:to-gitpod-green:hover {
+ --tw-gradient-to: #7BA80F !important;
+ }
+
.md\:hover\:to-gitpod-black:hover {
--tw-gradient-to: #161616 !important;
}
@@ -76610,6 +77038,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .md\:focus\:from-gitpod-green:focus {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.md\:focus\:from-gitpod-black:focus {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -77012,6 +77445,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .md\:focus\:via-gitpod-green:focus {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.md\:focus\:via-gitpod-black:focus {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -77408,6 +77845,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+ .md\:focus\:to-gitpod-green:focus {
+ --tw-gradient-to: #7BA80F !important;
+ }
+
.md\:focus\:to-gitpod-black:focus {
--tw-gradient-to: #161616 !important;
}
@@ -78275,6 +78716,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .md\:border-gitpod-green {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.md\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -78767,6 +79213,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .group:hover .md\:group-hover\:border-gitpod-green {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.group:hover .md\:group-hover\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -79259,6 +79710,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .md\:focus-within\:border-gitpod-green:focus-within {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.md\:focus-within\:border-gitpod-black:focus-within {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -79751,6 +80207,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .md\:hover\:border-gitpod-green:hover {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.md\:hover\:border-gitpod-black:hover {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -80243,6 +80704,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .md\:focus\:border-gitpod-green:focus {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.md\:focus\:border-gitpod-black:focus {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -87708,6 +88174,26 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
+ .md\:placeholder-gitpod-green::-webkit-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .md\:placeholder-gitpod-green:-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .md\:placeholder-gitpod-green::-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .md\:placeholder-gitpod-green::placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
.md\:placeholder-gitpod-black::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -89676,6 +90162,26 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
+ .md\:focus\:placeholder-gitpod-green:focus::-webkit-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .md\:focus\:placeholder-gitpod-green:focus:-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .md\:focus\:placeholder-gitpod-green:focus::-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .md\:focus\:placeholder-gitpod-green:focus::placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
.md\:focus\:placeholder-gitpod-black:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -93814,6 +94320,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+ .md\:ring-offset-gitpod-green {
+ --tw-ring-offset-color: #7BA80F !important;
+ }
+
.md\:ring-offset-gitpod-black {
--tw-ring-offset-color: #161616 !important;
}
@@ -94210,6 +94720,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+ .md\:focus-within\:ring-offset-gitpod-green:focus-within {
+ --tw-ring-offset-color: #7BA80F !important;
+ }
+
.md\:focus-within\:ring-offset-gitpod-black:focus-within {
--tw-ring-offset-color: #161616 !important;
}
@@ -94606,6 +95120,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+ .md\:focus\:ring-offset-gitpod-green:focus {
+ --tw-ring-offset-color: #7BA80F !important;
+ }
+
.md\:focus\:ring-offset-gitpod-black:focus {
--tw-ring-offset-color: #161616 !important;
}
@@ -95153,6 +95671,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+ .md\:ring-gitpod-green {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+ }
+
.md\:ring-gitpod-black {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -95645,6 +96168,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+ .md\:focus-within\:ring-gitpod-green:focus-within {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+ }
+
.md\:focus-within\:ring-gitpod-black:focus-within {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -96137,6 +96665,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+ .md\:focus\:ring-gitpod-green:focus {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+ }
+
.md\:focus\:ring-gitpod-black:focus {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -96853,6 +97386,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .md\:text-gitpod-green {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.md\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -97345,6 +97883,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .group:hover .md\:group-hover\:text-gitpod-green {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.group:hover .md\:group-hover\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -97837,6 +98380,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .md\:focus-within\:text-gitpod-green:focus-within {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.md\:focus-within\:text-gitpod-black:focus-within {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -98329,6 +98877,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .md\:hover\:text-gitpod-green:hover {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.md\:hover\:text-gitpod-black:hover {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -98821,6 +99374,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .md\:focus\:text-gitpod-green:focus {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.md\:focus\:text-gitpod-black:focus {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -105115,6 +105673,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
}
+ .lg\:divide-gitpod-green > :not([hidden]) ~ :not([hidden]) {
+ --tw-divide-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-divide-opacity)) !important;
+ }
+
.lg\:divide-gitpod-black > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-divide-opacity)) !important;
@@ -105791,6 +106354,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .lg\:bg-gitpod-green {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.lg\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -106283,6 +106851,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .group:hover .lg\:group-hover\:bg-gitpod-green {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.group:hover .lg\:group-hover\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -106775,6 +107348,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .lg\:focus-within\:bg-gitpod-green:focus-within {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.lg\:focus-within\:bg-gitpod-black:focus-within {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -107267,6 +107845,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .lg\:hover\:bg-gitpod-green:hover {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.lg\:hover\:bg-gitpod-black:hover {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -107759,6 +108342,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .lg\:focus\:bg-gitpod-green:focus {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.lg\:focus\:bg-gitpod-black:focus {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -108289,6 +108877,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .lg\:from-gitpod-green {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.lg\:from-gitpod-black {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -108691,6 +109284,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .lg\:via-gitpod-green {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.lg\:via-gitpod-black {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -109087,6 +109684,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+ .lg\:to-gitpod-green {
+ --tw-gradient-to: #7BA80F !important;
+ }
+
.lg\:to-gitpod-black {
--tw-gradient-to: #161616 !important;
}
@@ -109576,6 +110177,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .lg\:hover\:from-gitpod-green:hover {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.lg\:hover\:from-gitpod-black:hover {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -109978,6 +110584,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .lg\:hover\:via-gitpod-green:hover {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.lg\:hover\:via-gitpod-black:hover {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -110374,6 +110984,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+ .lg\:hover\:to-gitpod-green:hover {
+ --tw-gradient-to: #7BA80F !important;
+ }
+
.lg\:hover\:to-gitpod-black:hover {
--tw-gradient-to: #161616 !important;
}
@@ -110863,6 +111477,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .lg\:focus\:from-gitpod-green:focus {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.lg\:focus\:from-gitpod-black:focus {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -111265,6 +111884,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .lg\:focus\:via-gitpod-green:focus {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.lg\:focus\:via-gitpod-black:focus {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -111661,6 +112284,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+ .lg\:focus\:to-gitpod-green:focus {
+ --tw-gradient-to: #7BA80F !important;
+ }
+
.lg\:focus\:to-gitpod-black:focus {
--tw-gradient-to: #161616 !important;
}
@@ -112528,6 +113155,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .lg\:border-gitpod-green {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.lg\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -113020,6 +113652,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .group:hover .lg\:group-hover\:border-gitpod-green {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.group:hover .lg\:group-hover\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -113512,6 +114149,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .lg\:focus-within\:border-gitpod-green:focus-within {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.lg\:focus-within\:border-gitpod-black:focus-within {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -114004,6 +114646,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .lg\:hover\:border-gitpod-green:hover {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.lg\:hover\:border-gitpod-black:hover {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -114496,6 +115143,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .lg\:focus\:border-gitpod-green:focus {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.lg\:focus\:border-gitpod-black:focus {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -121961,6 +122613,26 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
+ .lg\:placeholder-gitpod-green::-webkit-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .lg\:placeholder-gitpod-green:-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .lg\:placeholder-gitpod-green::-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .lg\:placeholder-gitpod-green::placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
.lg\:placeholder-gitpod-black::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -123929,6 +124601,26 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
+ .lg\:focus\:placeholder-gitpod-green:focus::-webkit-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .lg\:focus\:placeholder-gitpod-green:focus:-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .lg\:focus\:placeholder-gitpod-green:focus::-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .lg\:focus\:placeholder-gitpod-green:focus::placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
.lg\:focus\:placeholder-gitpod-black:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -128067,6 +128759,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+ .lg\:ring-offset-gitpod-green {
+ --tw-ring-offset-color: #7BA80F !important;
+ }
+
.lg\:ring-offset-gitpod-black {
--tw-ring-offset-color: #161616 !important;
}
@@ -128463,6 +129159,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+ .lg\:focus-within\:ring-offset-gitpod-green:focus-within {
+ --tw-ring-offset-color: #7BA80F !important;
+ }
+
.lg\:focus-within\:ring-offset-gitpod-black:focus-within {
--tw-ring-offset-color: #161616 !important;
}
@@ -128859,6 +129559,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+ .lg\:focus\:ring-offset-gitpod-green:focus {
+ --tw-ring-offset-color: #7BA80F !important;
+ }
+
.lg\:focus\:ring-offset-gitpod-black:focus {
--tw-ring-offset-color: #161616 !important;
}
@@ -129406,6 +130110,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+ .lg\:ring-gitpod-green {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+ }
+
.lg\:ring-gitpod-black {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -129898,6 +130607,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+ .lg\:focus-within\:ring-gitpod-green:focus-within {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+ }
+
.lg\:focus-within\:ring-gitpod-black:focus-within {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -130390,6 +131104,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+ .lg\:focus\:ring-gitpod-green:focus {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+ }
+
.lg\:focus\:ring-gitpod-black:focus {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -131106,6 +131825,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .lg\:text-gitpod-green {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.lg\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -131598,6 +132322,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .group:hover .lg\:group-hover\:text-gitpod-green {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.group:hover .lg\:group-hover\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -132090,6 +132819,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .lg\:focus-within\:text-gitpod-green:focus-within {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.lg\:focus-within\:text-gitpod-black:focus-within {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -132582,6 +133316,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .lg\:hover\:text-gitpod-green:hover {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.lg\:hover\:text-gitpod-black:hover {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -133074,6 +133813,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .lg\:focus\:text-gitpod-green:focus {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.lg\:focus\:text-gitpod-black:focus {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -139368,6 +140112,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
}
+ .xl\:divide-gitpod-green > :not([hidden]) ~ :not([hidden]) {
+ --tw-divide-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-divide-opacity)) !important;
+ }
+
.xl\:divide-gitpod-black > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-divide-opacity)) !important;
@@ -140044,6 +140793,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .xl\:bg-gitpod-green {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.xl\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -140536,6 +141290,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .group:hover .xl\:group-hover\:bg-gitpod-green {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.group:hover .xl\:group-hover\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -141028,6 +141787,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .xl\:focus-within\:bg-gitpod-green:focus-within {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.xl\:focus-within\:bg-gitpod-black:focus-within {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -141520,6 +142284,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .xl\:hover\:bg-gitpod-green:hover {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.xl\:hover\:bg-gitpod-black:hover {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -142012,6 +142781,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .xl\:focus\:bg-gitpod-green:focus {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.xl\:focus\:bg-gitpod-black:focus {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -142542,6 +143316,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .xl\:from-gitpod-green {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.xl\:from-gitpod-black {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -142944,6 +143723,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .xl\:via-gitpod-green {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.xl\:via-gitpod-black {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -143340,6 +144123,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+ .xl\:to-gitpod-green {
+ --tw-gradient-to: #7BA80F !important;
+ }
+
.xl\:to-gitpod-black {
--tw-gradient-to: #161616 !important;
}
@@ -143829,6 +144616,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .xl\:hover\:from-gitpod-green:hover {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.xl\:hover\:from-gitpod-black:hover {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -144231,6 +145023,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .xl\:hover\:via-gitpod-green:hover {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.xl\:hover\:via-gitpod-black:hover {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -144627,6 +145423,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+ .xl\:hover\:to-gitpod-green:hover {
+ --tw-gradient-to: #7BA80F !important;
+ }
+
.xl\:hover\:to-gitpod-black:hover {
--tw-gradient-to: #161616 !important;
}
@@ -145116,6 +145916,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .xl\:focus\:from-gitpod-green:focus {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.xl\:focus\:from-gitpod-black:focus {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -145518,6 +146323,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .xl\:focus\:via-gitpod-green:focus {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.xl\:focus\:via-gitpod-black:focus {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -145914,6 +146723,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+ .xl\:focus\:to-gitpod-green:focus {
+ --tw-gradient-to: #7BA80F !important;
+ }
+
.xl\:focus\:to-gitpod-black:focus {
--tw-gradient-to: #161616 !important;
}
@@ -146781,6 +147594,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .xl\:border-gitpod-green {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.xl\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -147273,6 +148091,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .group:hover .xl\:group-hover\:border-gitpod-green {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.group:hover .xl\:group-hover\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -147765,6 +148588,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .xl\:focus-within\:border-gitpod-green:focus-within {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.xl\:focus-within\:border-gitpod-black:focus-within {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -148257,6 +149085,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .xl\:hover\:border-gitpod-green:hover {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.xl\:hover\:border-gitpod-black:hover {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -148749,6 +149582,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .xl\:focus\:border-gitpod-green:focus {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.xl\:focus\:border-gitpod-black:focus {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -156214,6 +157052,26 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
+ .xl\:placeholder-gitpod-green::-webkit-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .xl\:placeholder-gitpod-green:-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .xl\:placeholder-gitpod-green::-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .xl\:placeholder-gitpod-green::placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
.xl\:placeholder-gitpod-black::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -158182,6 +159040,26 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
+ .xl\:focus\:placeholder-gitpod-green:focus::-webkit-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .xl\:focus\:placeholder-gitpod-green:focus:-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .xl\:focus\:placeholder-gitpod-green:focus::-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .xl\:focus\:placeholder-gitpod-green:focus::placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
.xl\:focus\:placeholder-gitpod-black:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -162320,6 +163198,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+ .xl\:ring-offset-gitpod-green {
+ --tw-ring-offset-color: #7BA80F !important;
+ }
+
.xl\:ring-offset-gitpod-black {
--tw-ring-offset-color: #161616 !important;
}
@@ -162716,6 +163598,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+ .xl\:focus-within\:ring-offset-gitpod-green:focus-within {
+ --tw-ring-offset-color: #7BA80F !important;
+ }
+
.xl\:focus-within\:ring-offset-gitpod-black:focus-within {
--tw-ring-offset-color: #161616 !important;
}
@@ -163112,6 +163998,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+ .xl\:focus\:ring-offset-gitpod-green:focus {
+ --tw-ring-offset-color: #7BA80F !important;
+ }
+
.xl\:focus\:ring-offset-gitpod-black:focus {
--tw-ring-offset-color: #161616 !important;
}
@@ -163659,6 +164549,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+ .xl\:ring-gitpod-green {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+ }
+
.xl\:ring-gitpod-black {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -164151,6 +165046,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+ .xl\:focus-within\:ring-gitpod-green:focus-within {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+ }
+
.xl\:focus-within\:ring-gitpod-black:focus-within {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -164643,6 +165543,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+ .xl\:focus\:ring-gitpod-green:focus {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+ }
+
.xl\:focus\:ring-gitpod-black:focus {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -165359,6 +166264,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .xl\:text-gitpod-green {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.xl\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -165851,6 +166761,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .group:hover .xl\:group-hover\:text-gitpod-green {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.group:hover .xl\:group-hover\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -166343,6 +167258,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .xl\:focus-within\:text-gitpod-green:focus-within {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.xl\:focus-within\:text-gitpod-black:focus-within {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -166835,6 +167755,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .xl\:hover\:text-gitpod-green:hover {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.xl\:hover\:text-gitpod-black:hover {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -167327,6 +168252,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .xl\:focus\:text-gitpod-green:focus {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.xl\:focus\:text-gitpod-black:focus {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -173621,6 +174551,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
}
+ .\32xl\:divide-gitpod-green > :not([hidden]) ~ :not([hidden]) {
+ --tw-divide-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-divide-opacity)) !important;
+ }
+
.\32xl\:divide-gitpod-black > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-divide-opacity)) !important;
@@ -174297,6 +175232,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .\32xl\:bg-gitpod-green {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.\32xl\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -174789,6 +175729,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .group:hover .\32xl\:group-hover\:bg-gitpod-green {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.group:hover .\32xl\:group-hover\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -175281,6 +176226,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .\32xl\:focus-within\:bg-gitpod-green:focus-within {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.\32xl\:focus-within\:bg-gitpod-black:focus-within {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -175773,6 +176723,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .\32xl\:hover\:bg-gitpod-green:hover {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.\32xl\:hover\:bg-gitpod-black:hover {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -176265,6 +177220,11 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
+ .\32xl\:focus\:bg-gitpod-green:focus {
+ --tw-bg-opacity: 1 !important;
+ background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
+ }
+
.\32xl\:focus\:bg-gitpod-black:focus {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -176795,6 +177755,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .\32xl\:from-gitpod-green {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.\32xl\:from-gitpod-black {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -177197,6 +178162,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .\32xl\:via-gitpod-green {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.\32xl\:via-gitpod-black {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -177593,6 +178562,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+ .\32xl\:to-gitpod-green {
+ --tw-gradient-to: #7BA80F !important;
+ }
+
.\32xl\:to-gitpod-black {
--tw-gradient-to: #161616 !important;
}
@@ -178082,6 +179055,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .\32xl\:hover\:from-gitpod-green:hover {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.\32xl\:hover\:from-gitpod-black:hover {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -178484,6 +179462,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .\32xl\:hover\:via-gitpod-green:hover {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.\32xl\:hover\:via-gitpod-black:hover {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -178880,6 +179862,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+ .\32xl\:hover\:to-gitpod-green:hover {
+ --tw-gradient-to: #7BA80F !important;
+ }
+
.\32xl\:hover\:to-gitpod-black:hover {
--tw-gradient-to: #161616 !important;
}
@@ -179369,6 +180355,11 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .\32xl\:focus\:from-gitpod-green:focus {
+ --tw-gradient-from: #7BA80F !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.\32xl\:focus\:from-gitpod-black:focus {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -179771,6 +180762,10 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
+ .\32xl\:focus\:via-gitpod-green:focus {
+ --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
+ }
+
.\32xl\:focus\:via-gitpod-black:focus {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -180167,6 +181162,10 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
+ .\32xl\:focus\:to-gitpod-green:focus {
+ --tw-gradient-to: #7BA80F !important;
+ }
+
.\32xl\:focus\:to-gitpod-black:focus {
--tw-gradient-to: #161616 !important;
}
@@ -181034,6 +182033,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .\32xl\:border-gitpod-green {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.\32xl\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -181526,6 +182530,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .group:hover .\32xl\:group-hover\:border-gitpod-green {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.group:hover .\32xl\:group-hover\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -182018,6 +183027,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .\32xl\:focus-within\:border-gitpod-green:focus-within {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.\32xl\:focus-within\:border-gitpod-black:focus-within {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -182510,6 +183524,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .\32xl\:hover\:border-gitpod-green:hover {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.\32xl\:hover\:border-gitpod-black:hover {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -183002,6 +184021,11 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
+ .\32xl\:focus\:border-gitpod-green:focus {
+ --tw-border-opacity: 1 !important;
+ border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
+ }
+
.\32xl\:focus\:border-gitpod-black:focus {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -190467,6 +191491,26 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
+ .\32xl\:placeholder-gitpod-green::-webkit-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .\32xl\:placeholder-gitpod-green:-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .\32xl\:placeholder-gitpod-green::-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .\32xl\:placeholder-gitpod-green::placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
.\32xl\:placeholder-gitpod-black::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -192435,6 +193479,26 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
+ .\32xl\:focus\:placeholder-gitpod-green:focus::-webkit-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .\32xl\:focus\:placeholder-gitpod-green:focus:-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .\32xl\:focus\:placeholder-gitpod-green:focus::-ms-input-placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
+ .\32xl\:focus\:placeholder-gitpod-green:focus::placeholder {
+ --tw-placeholder-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
+ }
+
.\32xl\:focus\:placeholder-gitpod-black:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -196573,6 +197637,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+ .\32xl\:ring-offset-gitpod-green {
+ --tw-ring-offset-color: #7BA80F !important;
+ }
+
.\32xl\:ring-offset-gitpod-black {
--tw-ring-offset-color: #161616 !important;
}
@@ -196969,6 +198037,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+ .\32xl\:focus-within\:ring-offset-gitpod-green:focus-within {
+ --tw-ring-offset-color: #7BA80F !important;
+ }
+
.\32xl\:focus-within\:ring-offset-gitpod-black:focus-within {
--tw-ring-offset-color: #161616 !important;
}
@@ -197365,6 +198437,10 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
+ .\32xl\:focus\:ring-offset-gitpod-green:focus {
+ --tw-ring-offset-color: #7BA80F !important;
+ }
+
.\32xl\:focus\:ring-offset-gitpod-black:focus {
--tw-ring-offset-color: #161616 !important;
}
@@ -197912,6 +198988,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+ .\32xl\:ring-gitpod-green {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+ }
+
.\32xl\:ring-gitpod-black {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -198404,6 +199485,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+ .\32xl\:focus-within\:ring-gitpod-green:focus-within {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+ }
+
.\32xl\:focus-within\:ring-gitpod-black:focus-within {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -198896,6 +199982,11 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
+ .\32xl\:focus\:ring-gitpod-green:focus {
+ --tw-ring-opacity: 1 !important;
+ --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
+ }
+
.\32xl\:focus\:ring-gitpod-black:focus {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -199612,6 +200703,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .\32xl\:text-gitpod-green {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.\32xl\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -200104,6 +201200,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .group:hover .\32xl\:group-hover\:text-gitpod-green {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.group:hover .\32xl\:group-hover\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -200596,6 +201697,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .\32xl\:focus-within\:text-gitpod-green:focus-within {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.\32xl\:focus-within\:text-gitpod-black:focus-within {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -201088,6 +202194,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .\32xl\:hover\:text-gitpod-green:hover {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.\32xl\:hover\:text-gitpod-black:hover {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -201580,6 +202691,11 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
+ .\32xl\:focus\:text-gitpod-green:focus {
+ --tw-text-opacity: 1 !important;
+ color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
+ }
+
.\32xl\:focus\:text-gitpod-black:focus {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
diff --git a/components/dashboard/tailwind.config.js b/components/dashboard/tailwind.config.js
index 7cc6698b573f0a..2ccdf642b046bf 100644
--- a/components/dashboard/tailwind.config.js
+++ b/components/dashboard/tailwind.config.js
@@ -22,6 +22,7 @@ module.exports = {
DEFAULT: '#5C8DD6',
dark: '#265583',
},
+ 'gitpod-green': '#7BA80F',
'gitpod-black': '#161616',
'gitpod-gray': '#8E8787',
'gitpod-kumquat-light': '#FFCE4F',
From 72426a87debfeb93588683dab213efde9a6c3cfe Mon Sep 17 00:00:00 2001
From: Jan Keromnes
Date: Tue, 16 Mar 2021 16:23:21 +0000
Subject: [PATCH 3/4] [dashboard] Update Tailwind green shades for buttons
Co-authored-by: George Tsiolis
---
.../dashboard/src/components/StartPage.tsx | 4 +-
.../dashboard/src/start/CreateWorkspace.tsx | 4 +-
components/dashboard/src/tailwind.output.css | 9504 +++++------------
components/dashboard/tailwind.config.js | 7 +-
4 files changed, 2525 insertions(+), 6994 deletions(-)
diff --git a/components/dashboard/src/components/StartPage.tsx b/components/dashboard/src/components/StartPage.tsx
index e28b19f13afe2c..e7b53af8e5e264 100644
--- a/components/dashboard/src/components/StartPage.tsx
+++ b/components/dashboard/src/components/StartPage.tsx
@@ -12,7 +12,7 @@ function ProgressBar(props: { phase: number, error: boolean }) {
let classes = 'h-2 w-10 mx-1 my-2 rounded-full';
if (i < props.phase) {
// Already passed this phase successfully
- classes += ' bg-green-light';
+ classes += ' bg-green-400';
} else if (i > props.phase) {
// Haven't reached this phase yet
classes += ' bg-gray-200';
@@ -21,7 +21,7 @@ function ProgressBar(props: { phase: number, error: boolean }) {
classes += ' bg-red';
} else {
// This phase is currently running
- classes += ' bg-green-light animate-pulse';
+ classes += ' bg-green-400 animate-pulse';
}
return ;
})}
diff --git a/components/dashboard/src/start/CreateWorkspace.tsx b/components/dashboard/src/start/CreateWorkspace.tsx
index 9de8e29cc17c75..d44b8cd69424ea 100644
--- a/components/dashboard/src/start/CreateWorkspace.tsx
+++ b/components/dashboard/src/start/CreateWorkspace.tsx
@@ -93,14 +93,14 @@ export class CreateWorkspace extends React.Component{w.workspace.contextURL}
-
+
)}
>
-
+
;
}
diff --git a/components/dashboard/src/tailwind.output.css b/components/dashboard/src/tailwind.output.css
index 42f8083e0a4748..4b25b292e34c70 100644
--- a/components/dashboard/src/tailwind.output.css
+++ b/components/dashboard/src/tailwind.output.css
@@ -2000,67 +2000,52 @@ input[type=text] {
.divide-green-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
}
.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
}
.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
}
.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
}
.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
}
.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
}
.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
}
.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
}
.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
}
.divide-green-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
-}
-
-.divide-green-light > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-divide-opacity)) !important;
-}
-
-.divide-green > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-divide-opacity)) !important;
-}
-
-.divide-green-dark > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-divide-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
}
.divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
@@ -2278,11 +2263,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
}
-.divide-gitpod-green > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-divide-opacity)) !important;
-}
-
.divide-gitpod-black > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-divide-opacity)) !important;
@@ -2681,67 +2661,52 @@ input[type=text] {
.bg-green-50 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.bg-green-100 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.bg-green-200 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.bg-green-300 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.bg-green-400 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.bg-green-500 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.bg-green-600 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.bg-green-700 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.bg-green-800 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.bg-green-900 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
-}
-
-.bg-green-light {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
-}
-
-.bg-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
-}
-
-.bg-green-dark {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.bg-blue-50 {
@@ -2959,11 +2924,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
-.bg-gitpod-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
-}
-
.bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -3178,67 +3138,52 @@ input[type=text] {
.group:hover .group-hover\:bg-green-50 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.group:hover .group-hover\:bg-green-100 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.group:hover .group-hover\:bg-green-200 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.group:hover .group-hover\:bg-green-300 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.group:hover .group-hover\:bg-green-400 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.group:hover .group-hover\:bg-green-500 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.group:hover .group-hover\:bg-green-600 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.group:hover .group-hover\:bg-green-700 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.group:hover .group-hover\:bg-green-800 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.group:hover .group-hover\:bg-green-900 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
-}
-
-.group:hover .group-hover\:bg-green-light {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
-}
-
-.group:hover .group-hover\:bg-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
-}
-
-.group:hover .group-hover\:bg-green-dark {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.group:hover .group-hover\:bg-blue-50 {
@@ -3456,11 +3401,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
-.group:hover .group-hover\:bg-gitpod-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
-}
-
.group:hover .group-hover\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -3675,67 +3615,52 @@ input[type=text] {
.focus-within\:bg-green-50:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.focus-within\:bg-green-100:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.focus-within\:bg-green-200:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.focus-within\:bg-green-300:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.focus-within\:bg-green-400:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.focus-within\:bg-green-500:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.focus-within\:bg-green-600:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.focus-within\:bg-green-700:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.focus-within\:bg-green-800:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.focus-within\:bg-green-900:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
-}
-
-.focus-within\:bg-green-light:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
-}
-
-.focus-within\:bg-green:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
-}
-
-.focus-within\:bg-green-dark:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.focus-within\:bg-blue-50:focus-within {
@@ -3953,11 +3878,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
-.focus-within\:bg-gitpod-green:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
-}
-
.focus-within\:bg-gitpod-black:focus-within {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -4172,67 +4092,52 @@ input[type=text] {
.hover\:bg-green-50:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-100:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-200:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-300:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-400:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-500:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-600:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-700:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-800:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.hover\:bg-green-900:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
-}
-
-.hover\:bg-green-light:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
-}
-
-.hover\:bg-green:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
-}
-
-.hover\:bg-green-dark:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.hover\:bg-blue-50:hover {
@@ -4450,11 +4355,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
-.hover\:bg-gitpod-green:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
-}
-
.hover\:bg-gitpod-black:hover {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -4669,67 +4569,52 @@ input[type=text] {
.focus\:bg-green-50:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.focus\:bg-green-100:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.focus\:bg-green-200:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.focus\:bg-green-300:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.focus\:bg-green-400:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.focus\:bg-green-500:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.focus\:bg-green-600:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.focus\:bg-green-700:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.focus\:bg-green-800:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.focus\:bg-green-900:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
-}
-
-.focus\:bg-green-light:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
-}
-
-.focus\:bg-green:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
-}
-
-.focus\:bg-green-dark:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.focus\:bg-blue-50:focus {
@@ -4947,11 +4832,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
-.focus\:bg-gitpod-green:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
-}
-
.focus\:bg-gitpod-black:focus {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -5203,68 +5083,53 @@ input[type=text] {
}
.from-green-50 {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.from-green-100 {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.from-green-200 {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.from-green-300 {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.from-green-400 {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.from-green-500 {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.from-green-600 {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.from-green-700 {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.from-green-800 {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.from-green-900 {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
-}
-
-.from-green-light {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
-}
-
-.from-green {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
-}
-
-.from-green-dark {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.from-blue-50 {
@@ -5482,11 +5347,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
-.from-gitpod-green {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
-}
-
.from-gitpod-black {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -5666,55 +5526,43 @@ input[type=text] {
}
.via-green-50 {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.via-green-100 {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.via-green-200 {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.via-green-300 {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.via-green-400 {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.via-green-500 {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.via-green-600 {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.via-green-700 {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.via-green-800 {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.via-green-900 {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
-}
-
-.via-green-light {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
-}
-
-.via-green {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
-}
-
-.via-green-dark {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.via-blue-50 {
@@ -5889,10 +5737,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
-.via-gitpod-green {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
-}
-
.via-gitpod-black {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -6066,55 +5910,43 @@ input[type=text] {
}
.to-green-50 {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.to-green-100 {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.to-green-200 {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.to-green-300 {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.to-green-400 {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.to-green-500 {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.to-green-600 {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.to-green-700 {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.to-green-800 {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.to-green-900 {
- --tw-gradient-to: #064e3b !important;
-}
-
-.to-green-light {
- --tw-gradient-to: #9DD714 !important;
-}
-
-.to-green {
- --tw-gradient-to: #58B19F !important;
-}
-
-.to-green-dark {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.to-blue-50 {
@@ -6289,10 +6121,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
-.to-gitpod-green {
- --tw-gradient-to: #7BA80F !important;
-}
-
.to-gitpod-black {
--tw-gradient-to: #161616 !important;
}
@@ -6503,68 +6331,53 @@ input[type=text] {
}
.hover\:from-green-50:hover {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.hover\:from-green-100:hover {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.hover\:from-green-200:hover {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.hover\:from-green-300:hover {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.hover\:from-green-400:hover {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.hover\:from-green-500:hover {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.hover\:from-green-600:hover {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.hover\:from-green-700:hover {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.hover\:from-green-800:hover {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.hover\:from-green-900:hover {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
-}
-
-.hover\:from-green-light:hover {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
-}
-
-.hover\:from-green:hover {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
-}
-
-.hover\:from-green-dark:hover {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.hover\:from-blue-50:hover {
@@ -6782,11 +6595,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
-.hover\:from-gitpod-green:hover {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
-}
-
.hover\:from-gitpod-black:hover {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -6966,55 +6774,43 @@ input[type=text] {
}
.hover\:via-green-50:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.hover\:via-green-100:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.hover\:via-green-200:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.hover\:via-green-300:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.hover\:via-green-400:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.hover\:via-green-500:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.hover\:via-green-600:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.hover\:via-green-700:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.hover\:via-green-800:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.hover\:via-green-900:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
-}
-
-.hover\:via-green-light:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
-}
-
-.hover\:via-green:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
-}
-
-.hover\:via-green-dark:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.hover\:via-blue-50:hover {
@@ -7189,10 +6985,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
-.hover\:via-gitpod-green:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
-}
-
.hover\:via-gitpod-black:hover {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -7366,55 +7158,43 @@ input[type=text] {
}
.hover\:to-green-50:hover {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.hover\:to-green-100:hover {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.hover\:to-green-200:hover {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.hover\:to-green-300:hover {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.hover\:to-green-400:hover {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.hover\:to-green-500:hover {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.hover\:to-green-600:hover {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.hover\:to-green-700:hover {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.hover\:to-green-800:hover {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.hover\:to-green-900:hover {
- --tw-gradient-to: #064e3b !important;
-}
-
-.hover\:to-green-light:hover {
- --tw-gradient-to: #9DD714 !important;
-}
-
-.hover\:to-green:hover {
- --tw-gradient-to: #58B19F !important;
-}
-
-.hover\:to-green-dark:hover {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.hover\:to-blue-50:hover {
@@ -7589,10 +7369,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
-.hover\:to-gitpod-green:hover {
- --tw-gradient-to: #7BA80F !important;
-}
-
.hover\:to-gitpod-black:hover {
--tw-gradient-to: #161616 !important;
}
@@ -7803,68 +7579,53 @@ input[type=text] {
}
.focus\:from-green-50:focus {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.focus\:from-green-100:focus {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.focus\:from-green-200:focus {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.focus\:from-green-300:focus {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.focus\:from-green-400:focus {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.focus\:from-green-500:focus {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.focus\:from-green-600:focus {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.focus\:from-green-700:focus {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.focus\:from-green-800:focus {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.focus\:from-green-900:focus {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
-}
-
-.focus\:from-green-light:focus {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
-}
-
-.focus\:from-green:focus {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
-}
-
-.focus\:from-green-dark:focus {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.focus\:from-blue-50:focus {
@@ -8082,11 +7843,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
-.focus\:from-gitpod-green:focus {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
-}
-
.focus\:from-gitpod-black:focus {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -8266,55 +8022,43 @@ input[type=text] {
}
.focus\:via-green-50:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.focus\:via-green-100:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.focus\:via-green-200:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.focus\:via-green-300:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.focus\:via-green-400:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.focus\:via-green-500:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.focus\:via-green-600:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.focus\:via-green-700:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.focus\:via-green-800:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.focus\:via-green-900:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
-}
-
-.focus\:via-green-light:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
-}
-
-.focus\:via-green:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
-}
-
-.focus\:via-green-dark:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.focus\:via-blue-50:focus {
@@ -8489,10 +8233,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
-.focus\:via-gitpod-green:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
-}
-
.focus\:via-gitpod-black:focus {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -8666,55 +8406,43 @@ input[type=text] {
}
.focus\:to-green-50:focus {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.focus\:to-green-100:focus {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.focus\:to-green-200:focus {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.focus\:to-green-300:focus {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.focus\:to-green-400:focus {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.focus\:to-green-500:focus {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.focus\:to-green-600:focus {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.focus\:to-green-700:focus {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.focus\:to-green-800:focus {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.focus\:to-green-900:focus {
- --tw-gradient-to: #064e3b !important;
-}
-
-.focus\:to-green-light:focus {
- --tw-gradient-to: #9DD714 !important;
-}
-
-.focus\:to-green:focus {
- --tw-gradient-to: #58B19F !important;
-}
-
-.focus\:to-green-dark:focus {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.focus\:to-blue-50:focus {
@@ -8889,10 +8617,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
-.focus\:to-gitpod-green:focus {
- --tw-gradient-to: #7BA80F !important;
-}
-
.focus\:to-gitpod-black:focus {
--tw-gradient-to: #161616 !important;
}
@@ -9482,67 +9206,52 @@ input[type=text] {
.border-green-50 {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.border-green-100 {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.border-green-200 {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.border-green-300 {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.border-green-400 {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.border-green-500 {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.border-green-600 {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.border-green-700 {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.border-green-800 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.border-green-900 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
-}
-
-.border-green-light {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
-}
-
-.border-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
-}
-
-.border-green-dark {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.border-blue-50 {
@@ -9760,11 +9469,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
-.border-gitpod-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
-}
-
.border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -9979,67 +9683,52 @@ input[type=text] {
.group:hover .group-hover\:border-green-50 {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.group:hover .group-hover\:border-green-100 {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.group:hover .group-hover\:border-green-200 {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.group:hover .group-hover\:border-green-300 {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.group:hover .group-hover\:border-green-400 {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.group:hover .group-hover\:border-green-500 {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.group:hover .group-hover\:border-green-600 {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.group:hover .group-hover\:border-green-700 {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.group:hover .group-hover\:border-green-800 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.group:hover .group-hover\:border-green-900 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
-}
-
-.group:hover .group-hover\:border-green-light {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
-}
-
-.group:hover .group-hover\:border-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
-}
-
-.group:hover .group-hover\:border-green-dark {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.group:hover .group-hover\:border-blue-50 {
@@ -10257,11 +9946,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
-.group:hover .group-hover\:border-gitpod-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
-}
-
.group:hover .group-hover\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -10476,67 +10160,52 @@ input[type=text] {
.focus-within\:border-green-50:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.focus-within\:border-green-100:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.focus-within\:border-green-200:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.focus-within\:border-green-300:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.focus-within\:border-green-400:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.focus-within\:border-green-500:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.focus-within\:border-green-600:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.focus-within\:border-green-700:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.focus-within\:border-green-800:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.focus-within\:border-green-900:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
-}
-
-.focus-within\:border-green-light:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
-}
-
-.focus-within\:border-green:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
-}
-
-.focus-within\:border-green-dark:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.focus-within\:border-blue-50:focus-within {
@@ -10754,11 +10423,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
-.focus-within\:border-gitpod-green:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
-}
-
.focus-within\:border-gitpod-black:focus-within {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -10973,67 +10637,52 @@ input[type=text] {
.hover\:border-green-50:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.hover\:border-green-100:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.hover\:border-green-200:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.hover\:border-green-300:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.hover\:border-green-400:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.hover\:border-green-500:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.hover\:border-green-600:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.hover\:border-green-700:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.hover\:border-green-800:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.hover\:border-green-900:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
-}
-
-.hover\:border-green-light:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
-}
-
-.hover\:border-green:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
-}
-
-.hover\:border-green-dark:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.hover\:border-blue-50:hover {
@@ -11251,11 +10900,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
-.hover\:border-gitpod-green:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
-}
-
.hover\:border-gitpod-black:hover {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -11470,67 +11114,52 @@ input[type=text] {
.focus\:border-green-50:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.focus\:border-green-100:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.focus\:border-green-200:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.focus\:border-green-300:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.focus\:border-green-400:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.focus\:border-green-500:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.focus\:border-green-600:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.focus\:border-green-700:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.focus\:border-green-800:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.focus\:border-green-900:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
-}
-
-.focus\:border-green-light:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
-}
-
-.focus\:border-green:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
-}
-
-.focus\:border-green-dark:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.focus\:border-blue-50:focus {
@@ -11748,11 +11377,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
-.focus\:border-gitpod-green:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
-}
-
.focus\:border-gitpod-black:focus {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -18100,262 +17724,202 @@ input[type=text] {
.placeholder-green-50::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-50:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-50::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-50::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-100::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-100:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-100::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-100::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-200::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-200:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-200::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-200::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-300::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-300:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-300::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-300::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-400::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-400:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-400::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-400::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-500::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-500:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-500::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-500::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-600::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-600:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-600::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-600::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-700::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-700:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-700::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-700::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-800::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-800:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-800::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-800::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-900::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-900:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-900::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.placeholder-green-900::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
-}
-
-.placeholder-green-light::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
-}
-
-.placeholder-green-light:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
-}
-
-.placeholder-green-light::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
-}
-
-.placeholder-green-light::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
-}
-
-.placeholder-green::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
-}
-
-.placeholder-green:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
-}
-
-.placeholder-green::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
-}
-
-.placeholder-green::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
-}
-
-.placeholder-green-dark::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
-}
-
-.placeholder-green-dark:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
-}
-
-.placeholder-green-dark::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
-}
-
-.placeholder-green-dark::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.placeholder-blue-50::-webkit-input-placeholder {
@@ -19218,26 +18782,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
-.placeholder-gitpod-green::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
-}
-
-.placeholder-gitpod-green:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
-}
-
-.placeholder-gitpod-green::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
-}
-
-.placeholder-gitpod-green::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
-}
-
.placeholder-gitpod-black::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -20088,262 +19632,202 @@ input[type=text] {
.focus\:placeholder-green-50:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-50:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-50:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-50:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-100:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-100:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-100:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-100:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-200:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-200:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-200:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-200:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-300:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-300:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-300:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-300:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-400:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-400:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-400:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-400:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-500:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-500:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-500:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-500:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-600:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-600:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-600:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-600:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-700:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-700:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-700:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-700:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-800:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-800:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-800:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-800:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-900:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-900:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-900:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-green-900:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
-}
-
-.focus\:placeholder-green-light:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
-}
-
-.focus\:placeholder-green-light:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
-}
-
-.focus\:placeholder-green-light:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
-}
-
-.focus\:placeholder-green-light:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
-}
-
-.focus\:placeholder-green:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
-}
-
-.focus\:placeholder-green:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
-}
-
-.focus\:placeholder-green:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
-}
-
-.focus\:placeholder-green:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
-}
-
-.focus\:placeholder-green-dark:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
-}
-
-.focus\:placeholder-green-dark:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
-}
-
-.focus\:placeholder-green-dark:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
-}
-
-.focus\:placeholder-green-dark:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.focus\:placeholder-blue-50:focus::-webkit-input-placeholder {
@@ -21206,26 +20690,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
-.focus\:placeholder-gitpod-green:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
-}
-
-.focus\:placeholder-gitpod-green:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
-}
-
-.focus\:placeholder-gitpod-green:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
-}
-
-.focus\:placeholder-gitpod-green:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
-}
-
.focus\:placeholder-gitpod-black:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -25154,55 +24618,43 @@ input[type=text] {
}
.ring-offset-green-50 {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.ring-offset-green-100 {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.ring-offset-green-200 {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.ring-offset-green-300 {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.ring-offset-green-400 {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.ring-offset-green-500 {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.ring-offset-green-600 {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.ring-offset-green-700 {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.ring-offset-green-800 {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.ring-offset-green-900 {
- --tw-ring-offset-color: #064e3b !important;
-}
-
-.ring-offset-green-light {
- --tw-ring-offset-color: #9DD714 !important;
-}
-
-.ring-offset-green {
- --tw-ring-offset-color: #58B19F !important;
-}
-
-.ring-offset-green-dark {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.ring-offset-blue-50 {
@@ -25377,10 +24829,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
-.ring-offset-gitpod-green {
- --tw-ring-offset-color: #7BA80F !important;
-}
-
.ring-offset-gitpod-black {
--tw-ring-offset-color: #161616 !important;
}
@@ -25554,55 +25002,43 @@ input[type=text] {
}
.focus-within\:ring-offset-green-50:focus-within {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.focus-within\:ring-offset-green-100:focus-within {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.focus-within\:ring-offset-green-200:focus-within {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.focus-within\:ring-offset-green-300:focus-within {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.focus-within\:ring-offset-green-400:focus-within {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.focus-within\:ring-offset-green-500:focus-within {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.focus-within\:ring-offset-green-600:focus-within {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.focus-within\:ring-offset-green-700:focus-within {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.focus-within\:ring-offset-green-800:focus-within {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.focus-within\:ring-offset-green-900:focus-within {
- --tw-ring-offset-color: #064e3b !important;
-}
-
-.focus-within\:ring-offset-green-light:focus-within {
- --tw-ring-offset-color: #9DD714 !important;
-}
-
-.focus-within\:ring-offset-green:focus-within {
- --tw-ring-offset-color: #58B19F !important;
-}
-
-.focus-within\:ring-offset-green-dark:focus-within {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.focus-within\:ring-offset-blue-50:focus-within {
@@ -25777,10 +25213,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
-.focus-within\:ring-offset-gitpod-green:focus-within {
- --tw-ring-offset-color: #7BA80F !important;
-}
-
.focus-within\:ring-offset-gitpod-black:focus-within {
--tw-ring-offset-color: #161616 !important;
}
@@ -25954,55 +25386,43 @@ input[type=text] {
}
.focus\:ring-offset-green-50:focus {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.focus\:ring-offset-green-100:focus {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.focus\:ring-offset-green-200:focus {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.focus\:ring-offset-green-300:focus {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.focus\:ring-offset-green-400:focus {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.focus\:ring-offset-green-500:focus {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.focus\:ring-offset-green-600:focus {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.focus\:ring-offset-green-700:focus {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.focus\:ring-offset-green-800:focus {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.focus\:ring-offset-green-900:focus {
- --tw-ring-offset-color: #064e3b !important;
-}
-
-.focus\:ring-offset-green-light:focus {
- --tw-ring-offset-color: #9DD714 !important;
-}
-
-.focus\:ring-offset-green:focus {
- --tw-ring-offset-color: #58B19F !important;
-}
-
-.focus\:ring-offset-green-dark:focus {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.focus\:ring-offset-blue-50:focus {
@@ -26177,10 +25597,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
-.focus\:ring-offset-gitpod-green:focus {
- --tw-ring-offset-color: #7BA80F !important;
-}
-
.focus\:ring-offset-gitpod-black:focus {
--tw-ring-offset-color: #161616 !important;
}
@@ -26450,67 +25866,52 @@ input[type=text] {
.ring-green-50 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.ring-green-100 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.ring-green-200 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.ring-green-300 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.ring-green-400 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.ring-green-500 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.ring-green-600 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.ring-green-700 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.ring-green-800 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.ring-green-900 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
-}
-
-.ring-green-light {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
-}
-
-.ring-green {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
-}
-
-.ring-green-dark {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.ring-blue-50 {
@@ -26728,11 +26129,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
-.ring-gitpod-green {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
-}
-
.ring-gitpod-black {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -26947,67 +26343,52 @@ input[type=text] {
.focus-within\:ring-green-50:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.focus-within\:ring-green-100:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.focus-within\:ring-green-200:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.focus-within\:ring-green-300:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.focus-within\:ring-green-400:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.focus-within\:ring-green-500:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.focus-within\:ring-green-600:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.focus-within\:ring-green-700:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.focus-within\:ring-green-800:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.focus-within\:ring-green-900:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
-}
-
-.focus-within\:ring-green-light:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
-}
-
-.focus-within\:ring-green:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
-}
-
-.focus-within\:ring-green-dark:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.focus-within\:ring-blue-50:focus-within {
@@ -27225,11 +26606,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
-.focus-within\:ring-gitpod-green:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
-}
-
.focus-within\:ring-gitpod-black:focus-within {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -27444,67 +26820,52 @@ input[type=text] {
.focus\:ring-green-50:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-100:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-200:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-300:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-400:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-500:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-600:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-700:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-800:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.focus\:ring-green-900:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
-}
-
-.focus\:ring-green-light:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
-}
-
-.focus\:ring-green:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
-}
-
-.focus\:ring-green-dark:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.focus\:ring-blue-50:focus {
@@ -27722,11 +27083,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
-.focus\:ring-gitpod-green:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
-}
-
.focus\:ring-gitpod-black:focus {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -28165,67 +27521,52 @@ input[type=text] {
.text-green-50 {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.text-green-100 {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.text-green-200 {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.text-green-300 {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.text-green-400 {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.text-green-500 {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.text-green-600 {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.text-green-700 {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.text-green-800 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.text-green-900 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
-}
-
-.text-green-light {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
-}
-
-.text-green {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
-}
-
-.text-green-dark {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.text-blue-50 {
@@ -28443,11 +27784,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
-.text-gitpod-green {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
-}
-
.text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -28662,67 +27998,52 @@ input[type=text] {
.group:hover .group-hover\:text-green-50 {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-green-100 {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-green-200 {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-green-300 {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-green-400 {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-green-500 {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-green-600 {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-green-700 {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-green-800 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-green-900 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
-}
-
-.group:hover .group-hover\:text-green-light {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
-}
-
-.group:hover .group-hover\:text-green {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
-}
-
-.group:hover .group-hover\:text-green-dark {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-blue-50 {
@@ -28940,11 +28261,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
-.group:hover .group-hover\:text-gitpod-green {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
-}
-
.group:hover .group-hover\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -29159,67 +28475,52 @@ input[type=text] {
.focus-within\:text-green-50:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.focus-within\:text-green-100:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.focus-within\:text-green-200:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.focus-within\:text-green-300:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.focus-within\:text-green-400:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.focus-within\:text-green-500:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.focus-within\:text-green-600:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.focus-within\:text-green-700:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.focus-within\:text-green-800:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.focus-within\:text-green-900:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
-}
-
-.focus-within\:text-green-light:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
-}
-
-.focus-within\:text-green:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
-}
-
-.focus-within\:text-green-dark:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.focus-within\:text-blue-50:focus-within {
@@ -29437,11 +28738,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
-.focus-within\:text-gitpod-green:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
-}
-
.focus-within\:text-gitpod-black:focus-within {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -29656,67 +28952,52 @@ input[type=text] {
.hover\:text-green-50:hover {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.hover\:text-green-100:hover {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.hover\:text-green-200:hover {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.hover\:text-green-300:hover {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.hover\:text-green-400:hover {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.hover\:text-green-500:hover {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.hover\:text-green-600:hover {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.hover\:text-green-700:hover {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.hover\:text-green-800:hover {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.hover\:text-green-900:hover {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
-}
-
-.hover\:text-green-light:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
-}
-
-.hover\:text-green:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
-}
-
-.hover\:text-green-dark:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.hover\:text-blue-50:hover {
@@ -29934,11 +29215,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
-.hover\:text-gitpod-green:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
-}
-
.hover\:text-gitpod-black:hover {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -30153,67 +29429,52 @@ input[type=text] {
.focus\:text-green-50:focus {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.focus\:text-green-100:focus {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.focus\:text-green-200:focus {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.focus\:text-green-300:focus {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.focus\:text-green-400:focus {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.focus\:text-green-500:focus {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.focus\:text-green-600:focus {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.focus\:text-green-700:focus {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.focus\:text-green-800:focus {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.focus\:text-green-900:focus {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
-}
-
-.focus\:text-green-light:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
-}
-
-.focus\:text-green:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
-}
-
-.focus\:text-green-dark:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.focus\:text-blue-50:focus {
@@ -30431,11 +29692,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
-.focus\:text-gitpod-green:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
-}
-
.focus\:text-gitpod-black:focus {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -36517,67 +35773,52 @@ input[type=text] {
.sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
}
.sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
}
.sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
}
.sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
}
.sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
}
.sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
}
.sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
}
.sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
}
.sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
}
.sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
- }
-
- .sm\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-divide-opacity)) !important;
- }
-
- .sm\:divide-green > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-divide-opacity)) !important;
- }
-
- .sm\:divide-green-dark > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-divide-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
}
.sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
@@ -36795,11 +36036,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
}
- .sm\:divide-gitpod-green > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-divide-opacity)) !important;
- }
-
.sm\:divide-gitpod-black > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-divide-opacity)) !important;
@@ -37198,67 +36434,52 @@ input[type=text] {
.sm\:bg-green-50 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.sm\:bg-green-100 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.sm\:bg-green-200 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.sm\:bg-green-300 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.sm\:bg-green-400 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.sm\:bg-green-500 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.sm\:bg-green-600 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.sm\:bg-green-700 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.sm\:bg-green-800 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.sm\:bg-green-900 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .sm\:bg-green-light {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .sm\:bg-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .sm\:bg-green-dark {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.sm\:bg-blue-50 {
@@ -37476,11 +36697,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .sm\:bg-gitpod-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.sm\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -37695,67 +36911,52 @@ input[type=text] {
.group:hover .sm\:group-hover\:bg-green-50 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.group:hover .sm\:group-hover\:bg-green-100 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.group:hover .sm\:group-hover\:bg-green-200 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.group:hover .sm\:group-hover\:bg-green-300 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.group:hover .sm\:group-hover\:bg-green-400 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.group:hover .sm\:group-hover\:bg-green-500 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.group:hover .sm\:group-hover\:bg-green-600 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.group:hover .sm\:group-hover\:bg-green-700 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.group:hover .sm\:group-hover\:bg-green-800 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.group:hover .sm\:group-hover\:bg-green-900 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .group:hover .sm\:group-hover\:bg-green-light {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .group:hover .sm\:group-hover\:bg-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .group:hover .sm\:group-hover\:bg-green-dark {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.group:hover .sm\:group-hover\:bg-blue-50 {
@@ -37973,11 +37174,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .group:hover .sm\:group-hover\:bg-gitpod-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.group:hover .sm\:group-hover\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -38192,67 +37388,52 @@ input[type=text] {
.sm\:focus-within\:bg-green-50:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.sm\:focus-within\:bg-green-100:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.sm\:focus-within\:bg-green-200:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.sm\:focus-within\:bg-green-300:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.sm\:focus-within\:bg-green-400:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.sm\:focus-within\:bg-green-500:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.sm\:focus-within\:bg-green-600:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.sm\:focus-within\:bg-green-700:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.sm\:focus-within\:bg-green-800:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.sm\:focus-within\:bg-green-900:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .sm\:focus-within\:bg-green-light:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .sm\:focus-within\:bg-green:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .sm\:focus-within\:bg-green-dark:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.sm\:focus-within\:bg-blue-50:focus-within {
@@ -38470,11 +37651,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .sm\:focus-within\:bg-gitpod-green:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.sm\:focus-within\:bg-gitpod-black:focus-within {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -38689,67 +37865,52 @@ input[type=text] {
.sm\:hover\:bg-green-50:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.sm\:hover\:bg-green-100:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.sm\:hover\:bg-green-200:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.sm\:hover\:bg-green-300:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.sm\:hover\:bg-green-400:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.sm\:hover\:bg-green-500:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.sm\:hover\:bg-green-600:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.sm\:hover\:bg-green-700:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.sm\:hover\:bg-green-800:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.sm\:hover\:bg-green-900:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .sm\:hover\:bg-green-light:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .sm\:hover\:bg-green:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .sm\:hover\:bg-green-dark:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.sm\:hover\:bg-blue-50:hover {
@@ -38967,11 +38128,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .sm\:hover\:bg-gitpod-green:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.sm\:hover\:bg-gitpod-black:hover {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -39186,67 +38342,52 @@ input[type=text] {
.sm\:focus\:bg-green-50:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.sm\:focus\:bg-green-100:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.sm\:focus\:bg-green-200:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.sm\:focus\:bg-green-300:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.sm\:focus\:bg-green-400:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.sm\:focus\:bg-green-500:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.sm\:focus\:bg-green-600:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.sm\:focus\:bg-green-700:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.sm\:focus\:bg-green-800:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.sm\:focus\:bg-green-900:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .sm\:focus\:bg-green-light:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .sm\:focus\:bg-green:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .sm\:focus\:bg-green-dark:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.sm\:focus\:bg-blue-50:focus {
@@ -39464,11 +38605,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .sm\:focus\:bg-gitpod-green:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.sm\:focus\:bg-gitpod-black:focus {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -39720,68 +38856,53 @@ input[type=text] {
}
.sm\:from-green-50 {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.sm\:from-green-100 {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.sm\:from-green-200 {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.sm\:from-green-300 {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.sm\:from-green-400 {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.sm\:from-green-500 {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.sm\:from-green-600 {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.sm\:from-green-700 {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.sm\:from-green-800 {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.sm\:from-green-900 {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .sm\:from-green-light {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .sm\:from-green {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .sm\:from-green-dark {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.sm\:from-blue-50 {
@@ -39999,11 +39120,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .sm\:from-gitpod-green {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.sm\:from-gitpod-black {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -40183,55 +39299,43 @@ input[type=text] {
}
.sm\:via-green-50 {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.sm\:via-green-100 {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.sm\:via-green-200 {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.sm\:via-green-300 {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.sm\:via-green-400 {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.sm\:via-green-500 {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.sm\:via-green-600 {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.sm\:via-green-700 {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.sm\:via-green-800 {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.sm\:via-green-900 {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .sm\:via-green-light {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .sm\:via-green {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .sm\:via-green-dark {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.sm\:via-blue-50 {
@@ -40406,10 +39510,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .sm\:via-gitpod-green {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.sm\:via-gitpod-black {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -40583,55 +39683,43 @@ input[type=text] {
}
.sm\:to-green-50 {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.sm\:to-green-100 {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.sm\:to-green-200 {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.sm\:to-green-300 {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.sm\:to-green-400 {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.sm\:to-green-500 {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.sm\:to-green-600 {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.sm\:to-green-700 {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.sm\:to-green-800 {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.sm\:to-green-900 {
- --tw-gradient-to: #064e3b !important;
- }
-
- .sm\:to-green-light {
- --tw-gradient-to: #9DD714 !important;
- }
-
- .sm\:to-green {
- --tw-gradient-to: #58B19F !important;
- }
-
- .sm\:to-green-dark {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.sm\:to-blue-50 {
@@ -40806,10 +39894,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
- .sm\:to-gitpod-green {
- --tw-gradient-to: #7BA80F !important;
- }
-
.sm\:to-gitpod-black {
--tw-gradient-to: #161616 !important;
}
@@ -41020,68 +40104,53 @@ input[type=text] {
}
.sm\:hover\:from-green-50:hover {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.sm\:hover\:from-green-100:hover {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.sm\:hover\:from-green-200:hover {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.sm\:hover\:from-green-300:hover {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.sm\:hover\:from-green-400:hover {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.sm\:hover\:from-green-500:hover {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.sm\:hover\:from-green-600:hover {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.sm\:hover\:from-green-700:hover {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.sm\:hover\:from-green-800:hover {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.sm\:hover\:from-green-900:hover {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .sm\:hover\:from-green-light:hover {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .sm\:hover\:from-green:hover {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .sm\:hover\:from-green-dark:hover {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.sm\:hover\:from-blue-50:hover {
@@ -41299,11 +40368,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .sm\:hover\:from-gitpod-green:hover {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.sm\:hover\:from-gitpod-black:hover {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -41483,55 +40547,43 @@ input[type=text] {
}
.sm\:hover\:via-green-50:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.sm\:hover\:via-green-100:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.sm\:hover\:via-green-200:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.sm\:hover\:via-green-300:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.sm\:hover\:via-green-400:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.sm\:hover\:via-green-500:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.sm\:hover\:via-green-600:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.sm\:hover\:via-green-700:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.sm\:hover\:via-green-800:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.sm\:hover\:via-green-900:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .sm\:hover\:via-green-light:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .sm\:hover\:via-green:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .sm\:hover\:via-green-dark:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.sm\:hover\:via-blue-50:hover {
@@ -41706,10 +40758,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .sm\:hover\:via-gitpod-green:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.sm\:hover\:via-gitpod-black:hover {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -41883,55 +40931,43 @@ input[type=text] {
}
.sm\:hover\:to-green-50:hover {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.sm\:hover\:to-green-100:hover {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.sm\:hover\:to-green-200:hover {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.sm\:hover\:to-green-300:hover {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.sm\:hover\:to-green-400:hover {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.sm\:hover\:to-green-500:hover {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.sm\:hover\:to-green-600:hover {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.sm\:hover\:to-green-700:hover {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.sm\:hover\:to-green-800:hover {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.sm\:hover\:to-green-900:hover {
- --tw-gradient-to: #064e3b !important;
- }
-
- .sm\:hover\:to-green-light:hover {
- --tw-gradient-to: #9DD714 !important;
- }
-
- .sm\:hover\:to-green:hover {
- --tw-gradient-to: #58B19F !important;
- }
-
- .sm\:hover\:to-green-dark:hover {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.sm\:hover\:to-blue-50:hover {
@@ -42106,10 +41142,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
- .sm\:hover\:to-gitpod-green:hover {
- --tw-gradient-to: #7BA80F !important;
- }
-
.sm\:hover\:to-gitpod-black:hover {
--tw-gradient-to: #161616 !important;
}
@@ -42320,68 +41352,53 @@ input[type=text] {
}
.sm\:focus\:from-green-50:focus {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.sm\:focus\:from-green-100:focus {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.sm\:focus\:from-green-200:focus {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.sm\:focus\:from-green-300:focus {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.sm\:focus\:from-green-400:focus {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.sm\:focus\:from-green-500:focus {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.sm\:focus\:from-green-600:focus {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.sm\:focus\:from-green-700:focus {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.sm\:focus\:from-green-800:focus {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.sm\:focus\:from-green-900:focus {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .sm\:focus\:from-green-light:focus {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .sm\:focus\:from-green:focus {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .sm\:focus\:from-green-dark:focus {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.sm\:focus\:from-blue-50:focus {
@@ -42599,11 +41616,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .sm\:focus\:from-gitpod-green:focus {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.sm\:focus\:from-gitpod-black:focus {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -42783,55 +41795,43 @@ input[type=text] {
}
.sm\:focus\:via-green-50:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.sm\:focus\:via-green-100:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.sm\:focus\:via-green-200:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.sm\:focus\:via-green-300:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.sm\:focus\:via-green-400:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.sm\:focus\:via-green-500:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.sm\:focus\:via-green-600:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.sm\:focus\:via-green-700:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.sm\:focus\:via-green-800:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.sm\:focus\:via-green-900:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .sm\:focus\:via-green-light:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .sm\:focus\:via-green:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .sm\:focus\:via-green-dark:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.sm\:focus\:via-blue-50:focus {
@@ -43006,10 +42006,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .sm\:focus\:via-gitpod-green:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.sm\:focus\:via-gitpod-black:focus {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -43183,55 +42179,43 @@ input[type=text] {
}
.sm\:focus\:to-green-50:focus {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.sm\:focus\:to-green-100:focus {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.sm\:focus\:to-green-200:focus {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.sm\:focus\:to-green-300:focus {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.sm\:focus\:to-green-400:focus {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.sm\:focus\:to-green-500:focus {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.sm\:focus\:to-green-600:focus {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.sm\:focus\:to-green-700:focus {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.sm\:focus\:to-green-800:focus {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.sm\:focus\:to-green-900:focus {
- --tw-gradient-to: #064e3b !important;
- }
-
- .sm\:focus\:to-green-light:focus {
- --tw-gradient-to: #9DD714 !important;
- }
-
- .sm\:focus\:to-green:focus {
- --tw-gradient-to: #58B19F !important;
- }
-
- .sm\:focus\:to-green-dark:focus {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.sm\:focus\:to-blue-50:focus {
@@ -43406,10 +42390,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
- .sm\:focus\:to-gitpod-green:focus {
- --tw-gradient-to: #7BA80F !important;
- }
-
.sm\:focus\:to-gitpod-black:focus {
--tw-gradient-to: #161616 !important;
}
@@ -43999,67 +42979,52 @@ input[type=text] {
.sm\:border-green-50 {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.sm\:border-green-100 {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.sm\:border-green-200 {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.sm\:border-green-300 {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.sm\:border-green-400 {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.sm\:border-green-500 {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.sm\:border-green-600 {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.sm\:border-green-700 {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.sm\:border-green-800 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.sm\:border-green-900 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .sm\:border-green-light {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .sm\:border-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .sm\:border-green-dark {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.sm\:border-blue-50 {
@@ -44277,11 +43242,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .sm\:border-gitpod-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.sm\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -44496,67 +43456,52 @@ input[type=text] {
.group:hover .sm\:group-hover\:border-green-50 {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.group:hover .sm\:group-hover\:border-green-100 {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.group:hover .sm\:group-hover\:border-green-200 {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.group:hover .sm\:group-hover\:border-green-300 {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.group:hover .sm\:group-hover\:border-green-400 {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.group:hover .sm\:group-hover\:border-green-500 {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.group:hover .sm\:group-hover\:border-green-600 {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.group:hover .sm\:group-hover\:border-green-700 {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.group:hover .sm\:group-hover\:border-green-800 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.group:hover .sm\:group-hover\:border-green-900 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .group:hover .sm\:group-hover\:border-green-light {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .group:hover .sm\:group-hover\:border-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .group:hover .sm\:group-hover\:border-green-dark {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.group:hover .sm\:group-hover\:border-blue-50 {
@@ -44774,11 +43719,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .group:hover .sm\:group-hover\:border-gitpod-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.group:hover .sm\:group-hover\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -44993,67 +43933,52 @@ input[type=text] {
.sm\:focus-within\:border-green-50:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.sm\:focus-within\:border-green-100:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.sm\:focus-within\:border-green-200:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.sm\:focus-within\:border-green-300:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.sm\:focus-within\:border-green-400:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.sm\:focus-within\:border-green-500:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.sm\:focus-within\:border-green-600:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.sm\:focus-within\:border-green-700:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.sm\:focus-within\:border-green-800:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.sm\:focus-within\:border-green-900:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .sm\:focus-within\:border-green-light:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .sm\:focus-within\:border-green:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .sm\:focus-within\:border-green-dark:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.sm\:focus-within\:border-blue-50:focus-within {
@@ -45271,11 +44196,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .sm\:focus-within\:border-gitpod-green:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.sm\:focus-within\:border-gitpod-black:focus-within {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -45490,67 +44410,52 @@ input[type=text] {
.sm\:hover\:border-green-50:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.sm\:hover\:border-green-100:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.sm\:hover\:border-green-200:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.sm\:hover\:border-green-300:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.sm\:hover\:border-green-400:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.sm\:hover\:border-green-500:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.sm\:hover\:border-green-600:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.sm\:hover\:border-green-700:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.sm\:hover\:border-green-800:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.sm\:hover\:border-green-900:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .sm\:hover\:border-green-light:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .sm\:hover\:border-green:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .sm\:hover\:border-green-dark:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.sm\:hover\:border-blue-50:hover {
@@ -45768,11 +44673,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .sm\:hover\:border-gitpod-green:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.sm\:hover\:border-gitpod-black:hover {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -45987,67 +44887,52 @@ input[type=text] {
.sm\:focus\:border-green-50:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.sm\:focus\:border-green-100:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.sm\:focus\:border-green-200:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.sm\:focus\:border-green-300:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.sm\:focus\:border-green-400:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.sm\:focus\:border-green-500:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.sm\:focus\:border-green-600:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.sm\:focus\:border-green-700:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.sm\:focus\:border-green-800:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.sm\:focus\:border-green-900:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .sm\:focus\:border-green-light:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .sm\:focus\:border-green:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .sm\:focus\:border-green-dark:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.sm\:focus\:border-blue-50:focus {
@@ -46265,11 +45150,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .sm\:focus\:border-gitpod-green:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.sm\:focus\:border-gitpod-black:focus {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -52617,262 +51497,202 @@ input[type=text] {
.sm\:placeholder-green-50::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-50:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-50::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-50::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-100::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-100:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-100::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-100::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-200::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-200:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-200::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-200::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-300::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-300:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-300::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-300::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-400::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-400:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-400::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-400::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-500::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-500:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-500::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-500::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-600::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-600:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-600::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-600::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-700::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-700:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-700::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-700::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-800::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-800:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-800::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-800::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-900::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-900:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-900::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-green-900::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:placeholder-green-light::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:placeholder-green-light:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:placeholder-green-light::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:placeholder-green-light::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:placeholder-green::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:placeholder-green:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:placeholder-green::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:placeholder-green::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:placeholder-green-dark::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:placeholder-green-dark:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:placeholder-green-dark::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:placeholder-green-dark::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.sm\:placeholder-blue-50::-webkit-input-placeholder {
@@ -53735,26 +52555,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
- .sm\:placeholder-gitpod-green::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:placeholder-gitpod-green:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:placeholder-gitpod-green::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:placeholder-gitpod-green::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
.sm\:placeholder-gitpod-black::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -54605,262 +53405,202 @@ input[type=text] {
.sm\:focus\:placeholder-green-50:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-50:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-50:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-100:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-200:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-300:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-400:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-500:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-600:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-700:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-800:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-green-900:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:focus\:placeholder-green-light:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:focus\:placeholder-green-light:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:focus\:placeholder-green-light:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:focus\:placeholder-green-light:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:focus\:placeholder-green:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:focus\:placeholder-green:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:focus\:placeholder-green:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:focus\:placeholder-green:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:focus\:placeholder-green-dark:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:focus\:placeholder-green-dark:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:focus\:placeholder-green-dark:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:focus\:placeholder-green-dark:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.sm\:focus\:placeholder-blue-50:focus::-webkit-input-placeholder {
@@ -55723,26 +54463,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
- .sm\:focus\:placeholder-gitpod-green:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:focus\:placeholder-gitpod-green:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:focus\:placeholder-gitpod-green:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .sm\:focus\:placeholder-gitpod-green:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
.sm\:focus\:placeholder-gitpod-black:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -59658,55 +58378,43 @@ input[type=text] {
}
.sm\:ring-offset-green-50 {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.sm\:ring-offset-green-100 {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.sm\:ring-offset-green-200 {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.sm\:ring-offset-green-300 {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.sm\:ring-offset-green-400 {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.sm\:ring-offset-green-500 {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.sm\:ring-offset-green-600 {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.sm\:ring-offset-green-700 {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.sm\:ring-offset-green-800 {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.sm\:ring-offset-green-900 {
- --tw-ring-offset-color: #064e3b !important;
- }
-
- .sm\:ring-offset-green-light {
- --tw-ring-offset-color: #9DD714 !important;
- }
-
- .sm\:ring-offset-green {
- --tw-ring-offset-color: #58B19F !important;
- }
-
- .sm\:ring-offset-green-dark {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.sm\:ring-offset-blue-50 {
@@ -59881,10 +58589,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
- .sm\:ring-offset-gitpod-green {
- --tw-ring-offset-color: #7BA80F !important;
- }
-
.sm\:ring-offset-gitpod-black {
--tw-ring-offset-color: #161616 !important;
}
@@ -60058,55 +58762,43 @@ input[type=text] {
}
.sm\:focus-within\:ring-offset-green-50:focus-within {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.sm\:focus-within\:ring-offset-green-100:focus-within {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.sm\:focus-within\:ring-offset-green-200:focus-within {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.sm\:focus-within\:ring-offset-green-300:focus-within {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.sm\:focus-within\:ring-offset-green-400:focus-within {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.sm\:focus-within\:ring-offset-green-500:focus-within {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.sm\:focus-within\:ring-offset-green-600:focus-within {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.sm\:focus-within\:ring-offset-green-700:focus-within {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.sm\:focus-within\:ring-offset-green-800:focus-within {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.sm\:focus-within\:ring-offset-green-900:focus-within {
- --tw-ring-offset-color: #064e3b !important;
- }
-
- .sm\:focus-within\:ring-offset-green-light:focus-within {
- --tw-ring-offset-color: #9DD714 !important;
- }
-
- .sm\:focus-within\:ring-offset-green:focus-within {
- --tw-ring-offset-color: #58B19F !important;
- }
-
- .sm\:focus-within\:ring-offset-green-dark:focus-within {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.sm\:focus-within\:ring-offset-blue-50:focus-within {
@@ -60281,10 +58973,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
- .sm\:focus-within\:ring-offset-gitpod-green:focus-within {
- --tw-ring-offset-color: #7BA80F !important;
- }
-
.sm\:focus-within\:ring-offset-gitpod-black:focus-within {
--tw-ring-offset-color: #161616 !important;
}
@@ -60458,55 +59146,43 @@ input[type=text] {
}
.sm\:focus\:ring-offset-green-50:focus {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.sm\:focus\:ring-offset-green-100:focus {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.sm\:focus\:ring-offset-green-200:focus {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.sm\:focus\:ring-offset-green-300:focus {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.sm\:focus\:ring-offset-green-400:focus {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.sm\:focus\:ring-offset-green-500:focus {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.sm\:focus\:ring-offset-green-600:focus {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.sm\:focus\:ring-offset-green-700:focus {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.sm\:focus\:ring-offset-green-800:focus {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.sm\:focus\:ring-offset-green-900:focus {
- --tw-ring-offset-color: #064e3b !important;
- }
-
- .sm\:focus\:ring-offset-green-light:focus {
- --tw-ring-offset-color: #9DD714 !important;
- }
-
- .sm\:focus\:ring-offset-green:focus {
- --tw-ring-offset-color: #58B19F !important;
- }
-
- .sm\:focus\:ring-offset-green-dark:focus {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.sm\:focus\:ring-offset-blue-50:focus {
@@ -60681,10 +59357,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
- .sm\:focus\:ring-offset-gitpod-green:focus {
- --tw-ring-offset-color: #7BA80F !important;
- }
-
.sm\:focus\:ring-offset-gitpod-black:focus {
--tw-ring-offset-color: #161616 !important;
}
@@ -60954,67 +59626,52 @@ input[type=text] {
.sm\:ring-green-50 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.sm\:ring-green-100 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.sm\:ring-green-200 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.sm\:ring-green-300 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.sm\:ring-green-400 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.sm\:ring-green-500 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.sm\:ring-green-600 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.sm\:ring-green-700 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.sm\:ring-green-800 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.sm\:ring-green-900 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
- }
-
- .sm\:ring-green-light {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
- }
-
- .sm\:ring-green {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
- }
-
- .sm\:ring-green-dark {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.sm\:ring-blue-50 {
@@ -61232,11 +59889,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
- .sm\:ring-gitpod-green {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
- }
-
.sm\:ring-gitpod-black {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -61451,67 +60103,52 @@ input[type=text] {
.sm\:focus-within\:ring-green-50:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.sm\:focus-within\:ring-green-100:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.sm\:focus-within\:ring-green-200:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.sm\:focus-within\:ring-green-300:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.sm\:focus-within\:ring-green-400:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.sm\:focus-within\:ring-green-500:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.sm\:focus-within\:ring-green-600:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.sm\:focus-within\:ring-green-700:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.sm\:focus-within\:ring-green-800:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.sm\:focus-within\:ring-green-900:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
- }
-
- .sm\:focus-within\:ring-green-light:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
- }
-
- .sm\:focus-within\:ring-green:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
- }
-
- .sm\:focus-within\:ring-green-dark:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.sm\:focus-within\:ring-blue-50:focus-within {
@@ -61729,11 +60366,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
- .sm\:focus-within\:ring-gitpod-green:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
- }
-
.sm\:focus-within\:ring-gitpod-black:focus-within {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -61948,67 +60580,52 @@ input[type=text] {
.sm\:focus\:ring-green-50:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.sm\:focus\:ring-green-100:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.sm\:focus\:ring-green-200:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.sm\:focus\:ring-green-300:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.sm\:focus\:ring-green-400:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.sm\:focus\:ring-green-500:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.sm\:focus\:ring-green-600:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.sm\:focus\:ring-green-700:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.sm\:focus\:ring-green-800:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.sm\:focus\:ring-green-900:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
- }
-
- .sm\:focus\:ring-green-light:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
- }
-
- .sm\:focus\:ring-green:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
- }
-
- .sm\:focus\:ring-green-dark:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.sm\:focus\:ring-blue-50:focus {
@@ -62226,11 +60843,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
- .sm\:focus\:ring-gitpod-green:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
- }
-
.sm\:focus\:ring-gitpod-black:focus {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -62669,67 +61281,52 @@ input[type=text] {
.sm\:text-green-50 {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.sm\:text-green-100 {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.sm\:text-green-200 {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.sm\:text-green-300 {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.sm\:text-green-400 {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.sm\:text-green-500 {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.sm\:text-green-600 {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.sm\:text-green-700 {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.sm\:text-green-800 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.sm\:text-green-900 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .sm\:text-green-light {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .sm\:text-green {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .sm\:text-green-dark {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.sm\:text-blue-50 {
@@ -62947,11 +61544,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .sm\:text-gitpod-green {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.sm\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -63166,67 +61758,52 @@ input[type=text] {
.group:hover .sm\:group-hover\:text-green-50 {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.group:hover .sm\:group-hover\:text-green-100 {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.group:hover .sm\:group-hover\:text-green-200 {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.group:hover .sm\:group-hover\:text-green-300 {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.group:hover .sm\:group-hover\:text-green-400 {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.group:hover .sm\:group-hover\:text-green-500 {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.group:hover .sm\:group-hover\:text-green-600 {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.group:hover .sm\:group-hover\:text-green-700 {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.group:hover .sm\:group-hover\:text-green-800 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.group:hover .sm\:group-hover\:text-green-900 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .group:hover .sm\:group-hover\:text-green-light {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .group:hover .sm\:group-hover\:text-green {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .group:hover .sm\:group-hover\:text-green-dark {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.group:hover .sm\:group-hover\:text-blue-50 {
@@ -63444,11 +62021,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .group:hover .sm\:group-hover\:text-gitpod-green {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.group:hover .sm\:group-hover\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -63663,67 +62235,52 @@ input[type=text] {
.sm\:focus-within\:text-green-50:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.sm\:focus-within\:text-green-100:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.sm\:focus-within\:text-green-200:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.sm\:focus-within\:text-green-300:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.sm\:focus-within\:text-green-400:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.sm\:focus-within\:text-green-500:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.sm\:focus-within\:text-green-600:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.sm\:focus-within\:text-green-700:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.sm\:focus-within\:text-green-800:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.sm\:focus-within\:text-green-900:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .sm\:focus-within\:text-green-light:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .sm\:focus-within\:text-green:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .sm\:focus-within\:text-green-dark:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.sm\:focus-within\:text-blue-50:focus-within {
@@ -63941,11 +62498,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .sm\:focus-within\:text-gitpod-green:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.sm\:focus-within\:text-gitpod-black:focus-within {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -64160,67 +62712,52 @@ input[type=text] {
.sm\:hover\:text-green-50:hover {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.sm\:hover\:text-green-100:hover {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.sm\:hover\:text-green-200:hover {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.sm\:hover\:text-green-300:hover {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.sm\:hover\:text-green-400:hover {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.sm\:hover\:text-green-500:hover {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.sm\:hover\:text-green-600:hover {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.sm\:hover\:text-green-700:hover {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.sm\:hover\:text-green-800:hover {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.sm\:hover\:text-green-900:hover {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .sm\:hover\:text-green-light:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .sm\:hover\:text-green:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .sm\:hover\:text-green-dark:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.sm\:hover\:text-blue-50:hover {
@@ -64438,11 +62975,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .sm\:hover\:text-gitpod-green:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.sm\:hover\:text-gitpod-black:hover {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -64657,67 +63189,52 @@ input[type=text] {
.sm\:focus\:text-green-50:focus {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.sm\:focus\:text-green-100:focus {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.sm\:focus\:text-green-200:focus {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.sm\:focus\:text-green-300:focus {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.sm\:focus\:text-green-400:focus {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.sm\:focus\:text-green-500:focus {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.sm\:focus\:text-green-600:focus {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.sm\:focus\:text-green-700:focus {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.sm\:focus\:text-green-800:focus {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.sm\:focus\:text-green-900:focus {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .sm\:focus\:text-green-light:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .sm\:focus\:text-green:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .sm\:focus\:text-green-dark:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.sm\:focus\:text-blue-50:focus {
@@ -64935,11 +63452,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .sm\:focus\:text-gitpod-green:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.sm\:focus\:text-gitpod-black:focus {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -70956,67 +69468,52 @@ input[type=text] {
.md\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
}
.md\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
}
.md\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
}
.md\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
}
.md\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
}
.md\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
}
.md\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
}
.md\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
}
.md\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
}
.md\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
- }
-
- .md\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-divide-opacity)) !important;
- }
-
- .md\:divide-green > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-divide-opacity)) !important;
- }
-
- .md\:divide-green-dark > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-divide-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
}
.md\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
@@ -71234,11 +69731,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
}
- .md\:divide-gitpod-green > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-divide-opacity)) !important;
- }
-
.md\:divide-gitpod-black > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-divide-opacity)) !important;
@@ -71637,67 +70129,52 @@ input[type=text] {
.md\:bg-green-50 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.md\:bg-green-100 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.md\:bg-green-200 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.md\:bg-green-300 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.md\:bg-green-400 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.md\:bg-green-500 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.md\:bg-green-600 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.md\:bg-green-700 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.md\:bg-green-800 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.md\:bg-green-900 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .md\:bg-green-light {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .md\:bg-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .md\:bg-green-dark {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.md\:bg-blue-50 {
@@ -71915,11 +70392,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .md\:bg-gitpod-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.md\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -72134,67 +70606,52 @@ input[type=text] {
.group:hover .md\:group-hover\:bg-green-50 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.group:hover .md\:group-hover\:bg-green-100 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.group:hover .md\:group-hover\:bg-green-200 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.group:hover .md\:group-hover\:bg-green-300 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.group:hover .md\:group-hover\:bg-green-400 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.group:hover .md\:group-hover\:bg-green-500 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.group:hover .md\:group-hover\:bg-green-600 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.group:hover .md\:group-hover\:bg-green-700 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.group:hover .md\:group-hover\:bg-green-800 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.group:hover .md\:group-hover\:bg-green-900 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .group:hover .md\:group-hover\:bg-green-light {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .group:hover .md\:group-hover\:bg-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .group:hover .md\:group-hover\:bg-green-dark {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.group:hover .md\:group-hover\:bg-blue-50 {
@@ -72412,11 +70869,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .group:hover .md\:group-hover\:bg-gitpod-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.group:hover .md\:group-hover\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -72631,67 +71083,52 @@ input[type=text] {
.md\:focus-within\:bg-green-50:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.md\:focus-within\:bg-green-100:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.md\:focus-within\:bg-green-200:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.md\:focus-within\:bg-green-300:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.md\:focus-within\:bg-green-400:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.md\:focus-within\:bg-green-500:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.md\:focus-within\:bg-green-600:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.md\:focus-within\:bg-green-700:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.md\:focus-within\:bg-green-800:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.md\:focus-within\:bg-green-900:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .md\:focus-within\:bg-green-light:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .md\:focus-within\:bg-green:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .md\:focus-within\:bg-green-dark:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.md\:focus-within\:bg-blue-50:focus-within {
@@ -72909,11 +71346,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .md\:focus-within\:bg-gitpod-green:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.md\:focus-within\:bg-gitpod-black:focus-within {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -73128,67 +71560,52 @@ input[type=text] {
.md\:hover\:bg-green-50:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.md\:hover\:bg-green-100:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.md\:hover\:bg-green-200:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.md\:hover\:bg-green-300:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.md\:hover\:bg-green-400:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.md\:hover\:bg-green-500:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.md\:hover\:bg-green-600:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.md\:hover\:bg-green-700:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.md\:hover\:bg-green-800:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.md\:hover\:bg-green-900:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .md\:hover\:bg-green-light:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .md\:hover\:bg-green:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .md\:hover\:bg-green-dark:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.md\:hover\:bg-blue-50:hover {
@@ -73406,11 +71823,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .md\:hover\:bg-gitpod-green:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.md\:hover\:bg-gitpod-black:hover {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -73625,67 +72037,52 @@ input[type=text] {
.md\:focus\:bg-green-50:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.md\:focus\:bg-green-100:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.md\:focus\:bg-green-200:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.md\:focus\:bg-green-300:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.md\:focus\:bg-green-400:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.md\:focus\:bg-green-500:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.md\:focus\:bg-green-600:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.md\:focus\:bg-green-700:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.md\:focus\:bg-green-800:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.md\:focus\:bg-green-900:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .md\:focus\:bg-green-light:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .md\:focus\:bg-green:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .md\:focus\:bg-green-dark:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.md\:focus\:bg-blue-50:focus {
@@ -73903,11 +72300,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .md\:focus\:bg-gitpod-green:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.md\:focus\:bg-gitpod-black:focus {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -74159,68 +72551,53 @@ input[type=text] {
}
.md\:from-green-50 {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.md\:from-green-100 {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.md\:from-green-200 {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.md\:from-green-300 {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.md\:from-green-400 {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.md\:from-green-500 {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.md\:from-green-600 {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.md\:from-green-700 {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.md\:from-green-800 {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.md\:from-green-900 {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .md\:from-green-light {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .md\:from-green {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .md\:from-green-dark {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.md\:from-blue-50 {
@@ -74438,11 +72815,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .md\:from-gitpod-green {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.md\:from-gitpod-black {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -74622,55 +72994,43 @@ input[type=text] {
}
.md\:via-green-50 {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.md\:via-green-100 {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.md\:via-green-200 {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.md\:via-green-300 {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.md\:via-green-400 {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.md\:via-green-500 {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.md\:via-green-600 {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.md\:via-green-700 {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.md\:via-green-800 {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.md\:via-green-900 {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .md\:via-green-light {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .md\:via-green {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .md\:via-green-dark {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.md\:via-blue-50 {
@@ -74845,10 +73205,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .md\:via-gitpod-green {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.md\:via-gitpod-black {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -75022,55 +73378,43 @@ input[type=text] {
}
.md\:to-green-50 {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.md\:to-green-100 {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.md\:to-green-200 {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.md\:to-green-300 {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.md\:to-green-400 {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.md\:to-green-500 {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.md\:to-green-600 {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.md\:to-green-700 {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.md\:to-green-800 {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.md\:to-green-900 {
- --tw-gradient-to: #064e3b !important;
- }
-
- .md\:to-green-light {
- --tw-gradient-to: #9DD714 !important;
- }
-
- .md\:to-green {
- --tw-gradient-to: #58B19F !important;
- }
-
- .md\:to-green-dark {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.md\:to-blue-50 {
@@ -75245,10 +73589,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
- .md\:to-gitpod-green {
- --tw-gradient-to: #7BA80F !important;
- }
-
.md\:to-gitpod-black {
--tw-gradient-to: #161616 !important;
}
@@ -75459,68 +73799,53 @@ input[type=text] {
}
.md\:hover\:from-green-50:hover {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.md\:hover\:from-green-100:hover {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.md\:hover\:from-green-200:hover {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.md\:hover\:from-green-300:hover {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.md\:hover\:from-green-400:hover {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.md\:hover\:from-green-500:hover {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.md\:hover\:from-green-600:hover {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.md\:hover\:from-green-700:hover {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.md\:hover\:from-green-800:hover {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.md\:hover\:from-green-900:hover {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .md\:hover\:from-green-light:hover {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .md\:hover\:from-green:hover {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .md\:hover\:from-green-dark:hover {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.md\:hover\:from-blue-50:hover {
@@ -75738,11 +74063,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .md\:hover\:from-gitpod-green:hover {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.md\:hover\:from-gitpod-black:hover {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -75922,55 +74242,43 @@ input[type=text] {
}
.md\:hover\:via-green-50:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.md\:hover\:via-green-100:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.md\:hover\:via-green-200:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.md\:hover\:via-green-300:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.md\:hover\:via-green-400:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.md\:hover\:via-green-500:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.md\:hover\:via-green-600:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.md\:hover\:via-green-700:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.md\:hover\:via-green-800:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.md\:hover\:via-green-900:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .md\:hover\:via-green-light:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .md\:hover\:via-green:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .md\:hover\:via-green-dark:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.md\:hover\:via-blue-50:hover {
@@ -76145,10 +74453,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .md\:hover\:via-gitpod-green:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.md\:hover\:via-gitpod-black:hover {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -76322,55 +74626,43 @@ input[type=text] {
}
.md\:hover\:to-green-50:hover {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.md\:hover\:to-green-100:hover {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.md\:hover\:to-green-200:hover {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.md\:hover\:to-green-300:hover {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.md\:hover\:to-green-400:hover {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.md\:hover\:to-green-500:hover {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.md\:hover\:to-green-600:hover {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.md\:hover\:to-green-700:hover {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.md\:hover\:to-green-800:hover {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.md\:hover\:to-green-900:hover {
- --tw-gradient-to: #064e3b !important;
- }
-
- .md\:hover\:to-green-light:hover {
- --tw-gradient-to: #9DD714 !important;
- }
-
- .md\:hover\:to-green:hover {
- --tw-gradient-to: #58B19F !important;
- }
-
- .md\:hover\:to-green-dark:hover {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.md\:hover\:to-blue-50:hover {
@@ -76545,10 +74837,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
- .md\:hover\:to-gitpod-green:hover {
- --tw-gradient-to: #7BA80F !important;
- }
-
.md\:hover\:to-gitpod-black:hover {
--tw-gradient-to: #161616 !important;
}
@@ -76759,68 +75047,53 @@ input[type=text] {
}
.md\:focus\:from-green-50:focus {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.md\:focus\:from-green-100:focus {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.md\:focus\:from-green-200:focus {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.md\:focus\:from-green-300:focus {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.md\:focus\:from-green-400:focus {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.md\:focus\:from-green-500:focus {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.md\:focus\:from-green-600:focus {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.md\:focus\:from-green-700:focus {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.md\:focus\:from-green-800:focus {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.md\:focus\:from-green-900:focus {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .md\:focus\:from-green-light:focus {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .md\:focus\:from-green:focus {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .md\:focus\:from-green-dark:focus {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.md\:focus\:from-blue-50:focus {
@@ -77038,11 +75311,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .md\:focus\:from-gitpod-green:focus {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.md\:focus\:from-gitpod-black:focus {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -77222,55 +75490,43 @@ input[type=text] {
}
.md\:focus\:via-green-50:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.md\:focus\:via-green-100:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.md\:focus\:via-green-200:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.md\:focus\:via-green-300:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.md\:focus\:via-green-400:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.md\:focus\:via-green-500:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.md\:focus\:via-green-600:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.md\:focus\:via-green-700:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.md\:focus\:via-green-800:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.md\:focus\:via-green-900:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .md\:focus\:via-green-light:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .md\:focus\:via-green:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .md\:focus\:via-green-dark:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.md\:focus\:via-blue-50:focus {
@@ -77445,10 +75701,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .md\:focus\:via-gitpod-green:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.md\:focus\:via-gitpod-black:focus {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -77622,55 +75874,43 @@ input[type=text] {
}
.md\:focus\:to-green-50:focus {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.md\:focus\:to-green-100:focus {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.md\:focus\:to-green-200:focus {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.md\:focus\:to-green-300:focus {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.md\:focus\:to-green-400:focus {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.md\:focus\:to-green-500:focus {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.md\:focus\:to-green-600:focus {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.md\:focus\:to-green-700:focus {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.md\:focus\:to-green-800:focus {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.md\:focus\:to-green-900:focus {
- --tw-gradient-to: #064e3b !important;
- }
-
- .md\:focus\:to-green-light:focus {
- --tw-gradient-to: #9DD714 !important;
- }
-
- .md\:focus\:to-green:focus {
- --tw-gradient-to: #58B19F !important;
- }
-
- .md\:focus\:to-green-dark:focus {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.md\:focus\:to-blue-50:focus {
@@ -77845,10 +76085,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
- .md\:focus\:to-gitpod-green:focus {
- --tw-gradient-to: #7BA80F !important;
- }
-
.md\:focus\:to-gitpod-black:focus {
--tw-gradient-to: #161616 !important;
}
@@ -78438,67 +76674,52 @@ input[type=text] {
.md\:border-green-50 {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.md\:border-green-100 {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.md\:border-green-200 {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.md\:border-green-300 {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.md\:border-green-400 {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.md\:border-green-500 {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.md\:border-green-600 {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.md\:border-green-700 {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.md\:border-green-800 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.md\:border-green-900 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .md\:border-green-light {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .md\:border-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .md\:border-green-dark {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.md\:border-blue-50 {
@@ -78716,11 +76937,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .md\:border-gitpod-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.md\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -78935,67 +77151,52 @@ input[type=text] {
.group:hover .md\:group-hover\:border-green-50 {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.group:hover .md\:group-hover\:border-green-100 {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.group:hover .md\:group-hover\:border-green-200 {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.group:hover .md\:group-hover\:border-green-300 {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.group:hover .md\:group-hover\:border-green-400 {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.group:hover .md\:group-hover\:border-green-500 {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.group:hover .md\:group-hover\:border-green-600 {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.group:hover .md\:group-hover\:border-green-700 {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.group:hover .md\:group-hover\:border-green-800 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.group:hover .md\:group-hover\:border-green-900 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .group:hover .md\:group-hover\:border-green-light {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .group:hover .md\:group-hover\:border-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .group:hover .md\:group-hover\:border-green-dark {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.group:hover .md\:group-hover\:border-blue-50 {
@@ -79213,11 +77414,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .group:hover .md\:group-hover\:border-gitpod-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.group:hover .md\:group-hover\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -79432,67 +77628,52 @@ input[type=text] {
.md\:focus-within\:border-green-50:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.md\:focus-within\:border-green-100:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.md\:focus-within\:border-green-200:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.md\:focus-within\:border-green-300:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.md\:focus-within\:border-green-400:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.md\:focus-within\:border-green-500:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.md\:focus-within\:border-green-600:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.md\:focus-within\:border-green-700:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.md\:focus-within\:border-green-800:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.md\:focus-within\:border-green-900:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .md\:focus-within\:border-green-light:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .md\:focus-within\:border-green:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .md\:focus-within\:border-green-dark:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.md\:focus-within\:border-blue-50:focus-within {
@@ -79710,11 +77891,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .md\:focus-within\:border-gitpod-green:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.md\:focus-within\:border-gitpod-black:focus-within {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -79929,67 +78105,52 @@ input[type=text] {
.md\:hover\:border-green-50:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.md\:hover\:border-green-100:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.md\:hover\:border-green-200:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.md\:hover\:border-green-300:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.md\:hover\:border-green-400:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.md\:hover\:border-green-500:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.md\:hover\:border-green-600:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.md\:hover\:border-green-700:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.md\:hover\:border-green-800:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.md\:hover\:border-green-900:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .md\:hover\:border-green-light:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .md\:hover\:border-green:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .md\:hover\:border-green-dark:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.md\:hover\:border-blue-50:hover {
@@ -80207,11 +78368,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .md\:hover\:border-gitpod-green:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.md\:hover\:border-gitpod-black:hover {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -80426,67 +78582,52 @@ input[type=text] {
.md\:focus\:border-green-50:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.md\:focus\:border-green-100:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.md\:focus\:border-green-200:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.md\:focus\:border-green-300:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.md\:focus\:border-green-400:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.md\:focus\:border-green-500:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.md\:focus\:border-green-600:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.md\:focus\:border-green-700:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.md\:focus\:border-green-800:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.md\:focus\:border-green-900:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .md\:focus\:border-green-light:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .md\:focus\:border-green:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .md\:focus\:border-green-dark:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.md\:focus\:border-blue-50:focus {
@@ -80704,11 +78845,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .md\:focus\:border-gitpod-green:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.md\:focus\:border-gitpod-black:focus {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -87056,262 +85192,202 @@ input[type=text] {
.md\:placeholder-green-50::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-50:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-50::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-50::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-100::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-100:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-100::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-100::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-200::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-200:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-200::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-200::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-300::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-300:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-300::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-300::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-400::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-400:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-400::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-400::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-500::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-500:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-500::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-500::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-600::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-600:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-600::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-600::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-700::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-700:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-700::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-700::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-800::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-800:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-800::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-800::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-900::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-900:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-900::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-green-900::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:placeholder-green-light::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:placeholder-green-light:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:placeholder-green-light::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:placeholder-green-light::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:placeholder-green::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:placeholder-green:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:placeholder-green::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:placeholder-green::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:placeholder-green-dark::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:placeholder-green-dark:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:placeholder-green-dark::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:placeholder-green-dark::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.md\:placeholder-blue-50::-webkit-input-placeholder {
@@ -88174,26 +86250,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
- .md\:placeholder-gitpod-green::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:placeholder-gitpod-green:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:placeholder-gitpod-green::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:placeholder-gitpod-green::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
.md\:placeholder-gitpod-black::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -89044,262 +87100,202 @@ input[type=text] {
.md\:focus\:placeholder-green-50:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-50:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-50:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-100:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-200:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-300:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-400:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-500:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-600:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-700:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-800:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-green-900:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:focus\:placeholder-green-light:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:focus\:placeholder-green-light:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:focus\:placeholder-green-light:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:focus\:placeholder-green-light:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:focus\:placeholder-green:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:focus\:placeholder-green:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:focus\:placeholder-green:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:focus\:placeholder-green:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:focus\:placeholder-green-dark:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:focus\:placeholder-green-dark:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:focus\:placeholder-green-dark:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:focus\:placeholder-green-dark:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.md\:focus\:placeholder-blue-50:focus::-webkit-input-placeholder {
@@ -90162,26 +88158,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
- .md\:focus\:placeholder-gitpod-green:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:focus\:placeholder-gitpod-green:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:focus\:placeholder-gitpod-green:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .md\:focus\:placeholder-gitpod-green:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
.md\:focus\:placeholder-gitpod-black:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -94097,55 +92073,43 @@ input[type=text] {
}
.md\:ring-offset-green-50 {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.md\:ring-offset-green-100 {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.md\:ring-offset-green-200 {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.md\:ring-offset-green-300 {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.md\:ring-offset-green-400 {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.md\:ring-offset-green-500 {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.md\:ring-offset-green-600 {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.md\:ring-offset-green-700 {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.md\:ring-offset-green-800 {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.md\:ring-offset-green-900 {
- --tw-ring-offset-color: #064e3b !important;
- }
-
- .md\:ring-offset-green-light {
- --tw-ring-offset-color: #9DD714 !important;
- }
-
- .md\:ring-offset-green {
- --tw-ring-offset-color: #58B19F !important;
- }
-
- .md\:ring-offset-green-dark {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.md\:ring-offset-blue-50 {
@@ -94320,10 +92284,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
- .md\:ring-offset-gitpod-green {
- --tw-ring-offset-color: #7BA80F !important;
- }
-
.md\:ring-offset-gitpod-black {
--tw-ring-offset-color: #161616 !important;
}
@@ -94497,55 +92457,43 @@ input[type=text] {
}
.md\:focus-within\:ring-offset-green-50:focus-within {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.md\:focus-within\:ring-offset-green-100:focus-within {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.md\:focus-within\:ring-offset-green-200:focus-within {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.md\:focus-within\:ring-offset-green-300:focus-within {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.md\:focus-within\:ring-offset-green-400:focus-within {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.md\:focus-within\:ring-offset-green-500:focus-within {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.md\:focus-within\:ring-offset-green-600:focus-within {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.md\:focus-within\:ring-offset-green-700:focus-within {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.md\:focus-within\:ring-offset-green-800:focus-within {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.md\:focus-within\:ring-offset-green-900:focus-within {
- --tw-ring-offset-color: #064e3b !important;
- }
-
- .md\:focus-within\:ring-offset-green-light:focus-within {
- --tw-ring-offset-color: #9DD714 !important;
- }
-
- .md\:focus-within\:ring-offset-green:focus-within {
- --tw-ring-offset-color: #58B19F !important;
- }
-
- .md\:focus-within\:ring-offset-green-dark:focus-within {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.md\:focus-within\:ring-offset-blue-50:focus-within {
@@ -94720,10 +92668,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
- .md\:focus-within\:ring-offset-gitpod-green:focus-within {
- --tw-ring-offset-color: #7BA80F !important;
- }
-
.md\:focus-within\:ring-offset-gitpod-black:focus-within {
--tw-ring-offset-color: #161616 !important;
}
@@ -94897,55 +92841,43 @@ input[type=text] {
}
.md\:focus\:ring-offset-green-50:focus {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.md\:focus\:ring-offset-green-100:focus {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.md\:focus\:ring-offset-green-200:focus {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.md\:focus\:ring-offset-green-300:focus {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.md\:focus\:ring-offset-green-400:focus {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.md\:focus\:ring-offset-green-500:focus {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.md\:focus\:ring-offset-green-600:focus {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.md\:focus\:ring-offset-green-700:focus {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.md\:focus\:ring-offset-green-800:focus {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.md\:focus\:ring-offset-green-900:focus {
- --tw-ring-offset-color: #064e3b !important;
- }
-
- .md\:focus\:ring-offset-green-light:focus {
- --tw-ring-offset-color: #9DD714 !important;
- }
-
- .md\:focus\:ring-offset-green:focus {
- --tw-ring-offset-color: #58B19F !important;
- }
-
- .md\:focus\:ring-offset-green-dark:focus {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.md\:focus\:ring-offset-blue-50:focus {
@@ -95120,10 +93052,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
- .md\:focus\:ring-offset-gitpod-green:focus {
- --tw-ring-offset-color: #7BA80F !important;
- }
-
.md\:focus\:ring-offset-gitpod-black:focus {
--tw-ring-offset-color: #161616 !important;
}
@@ -95393,67 +93321,52 @@ input[type=text] {
.md\:ring-green-50 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.md\:ring-green-100 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.md\:ring-green-200 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.md\:ring-green-300 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.md\:ring-green-400 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.md\:ring-green-500 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.md\:ring-green-600 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.md\:ring-green-700 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.md\:ring-green-800 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.md\:ring-green-900 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
- }
-
- .md\:ring-green-light {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
- }
-
- .md\:ring-green {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
- }
-
- .md\:ring-green-dark {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.md\:ring-blue-50 {
@@ -95671,11 +93584,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
- .md\:ring-gitpod-green {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
- }
-
.md\:ring-gitpod-black {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -95890,67 +93798,52 @@ input[type=text] {
.md\:focus-within\:ring-green-50:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.md\:focus-within\:ring-green-100:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.md\:focus-within\:ring-green-200:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.md\:focus-within\:ring-green-300:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.md\:focus-within\:ring-green-400:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.md\:focus-within\:ring-green-500:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.md\:focus-within\:ring-green-600:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.md\:focus-within\:ring-green-700:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.md\:focus-within\:ring-green-800:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.md\:focus-within\:ring-green-900:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
- }
-
- .md\:focus-within\:ring-green-light:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
- }
-
- .md\:focus-within\:ring-green:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
- }
-
- .md\:focus-within\:ring-green-dark:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.md\:focus-within\:ring-blue-50:focus-within {
@@ -96168,11 +94061,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
- .md\:focus-within\:ring-gitpod-green:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
- }
-
.md\:focus-within\:ring-gitpod-black:focus-within {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -96387,67 +94275,52 @@ input[type=text] {
.md\:focus\:ring-green-50:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.md\:focus\:ring-green-100:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.md\:focus\:ring-green-200:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.md\:focus\:ring-green-300:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.md\:focus\:ring-green-400:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.md\:focus\:ring-green-500:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.md\:focus\:ring-green-600:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.md\:focus\:ring-green-700:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.md\:focus\:ring-green-800:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.md\:focus\:ring-green-900:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
- }
-
- .md\:focus\:ring-green-light:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
- }
-
- .md\:focus\:ring-green:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
- }
-
- .md\:focus\:ring-green-dark:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.md\:focus\:ring-blue-50:focus {
@@ -96665,11 +94538,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
- .md\:focus\:ring-gitpod-green:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
- }
-
.md\:focus\:ring-gitpod-black:focus {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -97108,67 +94976,52 @@ input[type=text] {
.md\:text-green-50 {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.md\:text-green-100 {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.md\:text-green-200 {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.md\:text-green-300 {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.md\:text-green-400 {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.md\:text-green-500 {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.md\:text-green-600 {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.md\:text-green-700 {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.md\:text-green-800 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.md\:text-green-900 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .md\:text-green-light {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .md\:text-green {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .md\:text-green-dark {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.md\:text-blue-50 {
@@ -97386,11 +95239,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .md\:text-gitpod-green {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.md\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -97605,67 +95453,52 @@ input[type=text] {
.group:hover .md\:group-hover\:text-green-50 {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.group:hover .md\:group-hover\:text-green-100 {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.group:hover .md\:group-hover\:text-green-200 {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.group:hover .md\:group-hover\:text-green-300 {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.group:hover .md\:group-hover\:text-green-400 {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.group:hover .md\:group-hover\:text-green-500 {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.group:hover .md\:group-hover\:text-green-600 {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.group:hover .md\:group-hover\:text-green-700 {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.group:hover .md\:group-hover\:text-green-800 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.group:hover .md\:group-hover\:text-green-900 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .group:hover .md\:group-hover\:text-green-light {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .group:hover .md\:group-hover\:text-green {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .group:hover .md\:group-hover\:text-green-dark {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.group:hover .md\:group-hover\:text-blue-50 {
@@ -97883,11 +95716,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .group:hover .md\:group-hover\:text-gitpod-green {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.group:hover .md\:group-hover\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -98102,67 +95930,52 @@ input[type=text] {
.md\:focus-within\:text-green-50:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.md\:focus-within\:text-green-100:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.md\:focus-within\:text-green-200:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.md\:focus-within\:text-green-300:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.md\:focus-within\:text-green-400:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.md\:focus-within\:text-green-500:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.md\:focus-within\:text-green-600:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.md\:focus-within\:text-green-700:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.md\:focus-within\:text-green-800:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.md\:focus-within\:text-green-900:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .md\:focus-within\:text-green-light:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .md\:focus-within\:text-green:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .md\:focus-within\:text-green-dark:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.md\:focus-within\:text-blue-50:focus-within {
@@ -98380,11 +96193,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .md\:focus-within\:text-gitpod-green:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.md\:focus-within\:text-gitpod-black:focus-within {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -98599,67 +96407,52 @@ input[type=text] {
.md\:hover\:text-green-50:hover {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.md\:hover\:text-green-100:hover {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.md\:hover\:text-green-200:hover {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.md\:hover\:text-green-300:hover {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.md\:hover\:text-green-400:hover {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.md\:hover\:text-green-500:hover {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.md\:hover\:text-green-600:hover {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.md\:hover\:text-green-700:hover {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.md\:hover\:text-green-800:hover {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.md\:hover\:text-green-900:hover {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .md\:hover\:text-green-light:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .md\:hover\:text-green:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .md\:hover\:text-green-dark:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.md\:hover\:text-blue-50:hover {
@@ -98877,11 +96670,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .md\:hover\:text-gitpod-green:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.md\:hover\:text-gitpod-black:hover {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -99096,67 +96884,52 @@ input[type=text] {
.md\:focus\:text-green-50:focus {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.md\:focus\:text-green-100:focus {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.md\:focus\:text-green-200:focus {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.md\:focus\:text-green-300:focus {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.md\:focus\:text-green-400:focus {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.md\:focus\:text-green-500:focus {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.md\:focus\:text-green-600:focus {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.md\:focus\:text-green-700:focus {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.md\:focus\:text-green-800:focus {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.md\:focus\:text-green-900:focus {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .md\:focus\:text-green-light:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .md\:focus\:text-green:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .md\:focus\:text-green-dark:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.md\:focus\:text-blue-50:focus {
@@ -99374,11 +97147,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .md\:focus\:text-gitpod-green:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.md\:focus\:text-gitpod-black:focus {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -105395,67 +103163,52 @@ input[type=text] {
.lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
}
.lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
}
.lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
}
.lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
}
.lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
}
.lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
}
.lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
}
.lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
}
.lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
}
.lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
- }
-
- .lg\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-divide-opacity)) !important;
- }
-
- .lg\:divide-green > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-divide-opacity)) !important;
- }
-
- .lg\:divide-green-dark > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-divide-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
}
.lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
@@ -105673,11 +103426,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
}
- .lg\:divide-gitpod-green > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-divide-opacity)) !important;
- }
-
.lg\:divide-gitpod-black > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-divide-opacity)) !important;
@@ -106076,67 +103824,52 @@ input[type=text] {
.lg\:bg-green-50 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.lg\:bg-green-100 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.lg\:bg-green-200 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.lg\:bg-green-300 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.lg\:bg-green-400 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.lg\:bg-green-500 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.lg\:bg-green-600 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.lg\:bg-green-700 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.lg\:bg-green-800 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.lg\:bg-green-900 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .lg\:bg-green-light {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .lg\:bg-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .lg\:bg-green-dark {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.lg\:bg-blue-50 {
@@ -106354,11 +104087,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .lg\:bg-gitpod-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.lg\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -106573,67 +104301,52 @@ input[type=text] {
.group:hover .lg\:group-hover\:bg-green-50 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.group:hover .lg\:group-hover\:bg-green-100 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.group:hover .lg\:group-hover\:bg-green-200 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.group:hover .lg\:group-hover\:bg-green-300 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.group:hover .lg\:group-hover\:bg-green-400 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.group:hover .lg\:group-hover\:bg-green-500 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.group:hover .lg\:group-hover\:bg-green-600 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.group:hover .lg\:group-hover\:bg-green-700 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.group:hover .lg\:group-hover\:bg-green-800 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.group:hover .lg\:group-hover\:bg-green-900 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .group:hover .lg\:group-hover\:bg-green-light {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .group:hover .lg\:group-hover\:bg-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .group:hover .lg\:group-hover\:bg-green-dark {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.group:hover .lg\:group-hover\:bg-blue-50 {
@@ -106851,11 +104564,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .group:hover .lg\:group-hover\:bg-gitpod-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.group:hover .lg\:group-hover\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -107070,67 +104778,52 @@ input[type=text] {
.lg\:focus-within\:bg-green-50:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.lg\:focus-within\:bg-green-100:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.lg\:focus-within\:bg-green-200:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.lg\:focus-within\:bg-green-300:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.lg\:focus-within\:bg-green-400:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.lg\:focus-within\:bg-green-500:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.lg\:focus-within\:bg-green-600:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.lg\:focus-within\:bg-green-700:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.lg\:focus-within\:bg-green-800:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.lg\:focus-within\:bg-green-900:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .lg\:focus-within\:bg-green-light:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .lg\:focus-within\:bg-green:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .lg\:focus-within\:bg-green-dark:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.lg\:focus-within\:bg-blue-50:focus-within {
@@ -107348,11 +105041,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .lg\:focus-within\:bg-gitpod-green:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.lg\:focus-within\:bg-gitpod-black:focus-within {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -107567,67 +105255,52 @@ input[type=text] {
.lg\:hover\:bg-green-50:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.lg\:hover\:bg-green-100:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.lg\:hover\:bg-green-200:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.lg\:hover\:bg-green-300:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.lg\:hover\:bg-green-400:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.lg\:hover\:bg-green-500:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.lg\:hover\:bg-green-600:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.lg\:hover\:bg-green-700:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.lg\:hover\:bg-green-800:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.lg\:hover\:bg-green-900:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .lg\:hover\:bg-green-light:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .lg\:hover\:bg-green:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .lg\:hover\:bg-green-dark:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.lg\:hover\:bg-blue-50:hover {
@@ -107845,11 +105518,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .lg\:hover\:bg-gitpod-green:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.lg\:hover\:bg-gitpod-black:hover {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -108064,67 +105732,52 @@ input[type=text] {
.lg\:focus\:bg-green-50:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.lg\:focus\:bg-green-100:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.lg\:focus\:bg-green-200:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.lg\:focus\:bg-green-300:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.lg\:focus\:bg-green-400:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.lg\:focus\:bg-green-500:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.lg\:focus\:bg-green-600:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.lg\:focus\:bg-green-700:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.lg\:focus\:bg-green-800:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.lg\:focus\:bg-green-900:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .lg\:focus\:bg-green-light:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .lg\:focus\:bg-green:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .lg\:focus\:bg-green-dark:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.lg\:focus\:bg-blue-50:focus {
@@ -108342,11 +105995,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .lg\:focus\:bg-gitpod-green:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.lg\:focus\:bg-gitpod-black:focus {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -108598,68 +106246,53 @@ input[type=text] {
}
.lg\:from-green-50 {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.lg\:from-green-100 {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.lg\:from-green-200 {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.lg\:from-green-300 {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.lg\:from-green-400 {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.lg\:from-green-500 {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.lg\:from-green-600 {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.lg\:from-green-700 {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.lg\:from-green-800 {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.lg\:from-green-900 {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .lg\:from-green-light {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .lg\:from-green {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .lg\:from-green-dark {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.lg\:from-blue-50 {
@@ -108877,11 +106510,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .lg\:from-gitpod-green {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.lg\:from-gitpod-black {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -109061,55 +106689,43 @@ input[type=text] {
}
.lg\:via-green-50 {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.lg\:via-green-100 {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.lg\:via-green-200 {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.lg\:via-green-300 {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.lg\:via-green-400 {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.lg\:via-green-500 {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.lg\:via-green-600 {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.lg\:via-green-700 {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.lg\:via-green-800 {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.lg\:via-green-900 {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .lg\:via-green-light {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .lg\:via-green {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .lg\:via-green-dark {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.lg\:via-blue-50 {
@@ -109284,10 +106900,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .lg\:via-gitpod-green {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.lg\:via-gitpod-black {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -109461,55 +107073,43 @@ input[type=text] {
}
.lg\:to-green-50 {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.lg\:to-green-100 {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.lg\:to-green-200 {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.lg\:to-green-300 {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.lg\:to-green-400 {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.lg\:to-green-500 {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.lg\:to-green-600 {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.lg\:to-green-700 {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.lg\:to-green-800 {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.lg\:to-green-900 {
- --tw-gradient-to: #064e3b !important;
- }
-
- .lg\:to-green-light {
- --tw-gradient-to: #9DD714 !important;
- }
-
- .lg\:to-green {
- --tw-gradient-to: #58B19F !important;
- }
-
- .lg\:to-green-dark {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.lg\:to-blue-50 {
@@ -109684,10 +107284,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
- .lg\:to-gitpod-green {
- --tw-gradient-to: #7BA80F !important;
- }
-
.lg\:to-gitpod-black {
--tw-gradient-to: #161616 !important;
}
@@ -109898,68 +107494,53 @@ input[type=text] {
}
.lg\:hover\:from-green-50:hover {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.lg\:hover\:from-green-100:hover {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.lg\:hover\:from-green-200:hover {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.lg\:hover\:from-green-300:hover {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.lg\:hover\:from-green-400:hover {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.lg\:hover\:from-green-500:hover {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.lg\:hover\:from-green-600:hover {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.lg\:hover\:from-green-700:hover {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.lg\:hover\:from-green-800:hover {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.lg\:hover\:from-green-900:hover {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .lg\:hover\:from-green-light:hover {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .lg\:hover\:from-green:hover {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .lg\:hover\:from-green-dark:hover {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.lg\:hover\:from-blue-50:hover {
@@ -110177,11 +107758,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .lg\:hover\:from-gitpod-green:hover {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.lg\:hover\:from-gitpod-black:hover {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -110361,55 +107937,43 @@ input[type=text] {
}
.lg\:hover\:via-green-50:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.lg\:hover\:via-green-100:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.lg\:hover\:via-green-200:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.lg\:hover\:via-green-300:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.lg\:hover\:via-green-400:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.lg\:hover\:via-green-500:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.lg\:hover\:via-green-600:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.lg\:hover\:via-green-700:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.lg\:hover\:via-green-800:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.lg\:hover\:via-green-900:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .lg\:hover\:via-green-light:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .lg\:hover\:via-green:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .lg\:hover\:via-green-dark:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.lg\:hover\:via-blue-50:hover {
@@ -110584,10 +108148,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .lg\:hover\:via-gitpod-green:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.lg\:hover\:via-gitpod-black:hover {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -110761,55 +108321,43 @@ input[type=text] {
}
.lg\:hover\:to-green-50:hover {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.lg\:hover\:to-green-100:hover {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.lg\:hover\:to-green-200:hover {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.lg\:hover\:to-green-300:hover {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.lg\:hover\:to-green-400:hover {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.lg\:hover\:to-green-500:hover {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.lg\:hover\:to-green-600:hover {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.lg\:hover\:to-green-700:hover {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.lg\:hover\:to-green-800:hover {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.lg\:hover\:to-green-900:hover {
- --tw-gradient-to: #064e3b !important;
- }
-
- .lg\:hover\:to-green-light:hover {
- --tw-gradient-to: #9DD714 !important;
- }
-
- .lg\:hover\:to-green:hover {
- --tw-gradient-to: #58B19F !important;
- }
-
- .lg\:hover\:to-green-dark:hover {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.lg\:hover\:to-blue-50:hover {
@@ -110984,10 +108532,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
- .lg\:hover\:to-gitpod-green:hover {
- --tw-gradient-to: #7BA80F !important;
- }
-
.lg\:hover\:to-gitpod-black:hover {
--tw-gradient-to: #161616 !important;
}
@@ -111198,68 +108742,53 @@ input[type=text] {
}
.lg\:focus\:from-green-50:focus {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.lg\:focus\:from-green-100:focus {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.lg\:focus\:from-green-200:focus {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.lg\:focus\:from-green-300:focus {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.lg\:focus\:from-green-400:focus {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.lg\:focus\:from-green-500:focus {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.lg\:focus\:from-green-600:focus {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.lg\:focus\:from-green-700:focus {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.lg\:focus\:from-green-800:focus {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.lg\:focus\:from-green-900:focus {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .lg\:focus\:from-green-light:focus {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .lg\:focus\:from-green:focus {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .lg\:focus\:from-green-dark:focus {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.lg\:focus\:from-blue-50:focus {
@@ -111477,11 +109006,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .lg\:focus\:from-gitpod-green:focus {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.lg\:focus\:from-gitpod-black:focus {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -111661,55 +109185,43 @@ input[type=text] {
}
.lg\:focus\:via-green-50:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.lg\:focus\:via-green-100:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.lg\:focus\:via-green-200:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.lg\:focus\:via-green-300:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.lg\:focus\:via-green-400:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.lg\:focus\:via-green-500:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.lg\:focus\:via-green-600:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.lg\:focus\:via-green-700:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.lg\:focus\:via-green-800:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.lg\:focus\:via-green-900:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .lg\:focus\:via-green-light:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .lg\:focus\:via-green:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .lg\:focus\:via-green-dark:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.lg\:focus\:via-blue-50:focus {
@@ -111884,10 +109396,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .lg\:focus\:via-gitpod-green:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.lg\:focus\:via-gitpod-black:focus {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -112061,55 +109569,43 @@ input[type=text] {
}
.lg\:focus\:to-green-50:focus {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.lg\:focus\:to-green-100:focus {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.lg\:focus\:to-green-200:focus {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.lg\:focus\:to-green-300:focus {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.lg\:focus\:to-green-400:focus {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.lg\:focus\:to-green-500:focus {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.lg\:focus\:to-green-600:focus {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.lg\:focus\:to-green-700:focus {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.lg\:focus\:to-green-800:focus {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.lg\:focus\:to-green-900:focus {
- --tw-gradient-to: #064e3b !important;
- }
-
- .lg\:focus\:to-green-light:focus {
- --tw-gradient-to: #9DD714 !important;
- }
-
- .lg\:focus\:to-green:focus {
- --tw-gradient-to: #58B19F !important;
- }
-
- .lg\:focus\:to-green-dark:focus {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.lg\:focus\:to-blue-50:focus {
@@ -112284,10 +109780,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
- .lg\:focus\:to-gitpod-green:focus {
- --tw-gradient-to: #7BA80F !important;
- }
-
.lg\:focus\:to-gitpod-black:focus {
--tw-gradient-to: #161616 !important;
}
@@ -112877,67 +110369,52 @@ input[type=text] {
.lg\:border-green-50 {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.lg\:border-green-100 {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.lg\:border-green-200 {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.lg\:border-green-300 {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.lg\:border-green-400 {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.lg\:border-green-500 {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.lg\:border-green-600 {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.lg\:border-green-700 {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.lg\:border-green-800 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.lg\:border-green-900 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .lg\:border-green-light {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .lg\:border-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .lg\:border-green-dark {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.lg\:border-blue-50 {
@@ -113155,11 +110632,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .lg\:border-gitpod-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.lg\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -113374,67 +110846,52 @@ input[type=text] {
.group:hover .lg\:group-hover\:border-green-50 {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.group:hover .lg\:group-hover\:border-green-100 {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.group:hover .lg\:group-hover\:border-green-200 {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.group:hover .lg\:group-hover\:border-green-300 {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.group:hover .lg\:group-hover\:border-green-400 {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.group:hover .lg\:group-hover\:border-green-500 {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.group:hover .lg\:group-hover\:border-green-600 {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.group:hover .lg\:group-hover\:border-green-700 {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.group:hover .lg\:group-hover\:border-green-800 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.group:hover .lg\:group-hover\:border-green-900 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .group:hover .lg\:group-hover\:border-green-light {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .group:hover .lg\:group-hover\:border-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .group:hover .lg\:group-hover\:border-green-dark {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.group:hover .lg\:group-hover\:border-blue-50 {
@@ -113652,11 +111109,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .group:hover .lg\:group-hover\:border-gitpod-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.group:hover .lg\:group-hover\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -113871,67 +111323,52 @@ input[type=text] {
.lg\:focus-within\:border-green-50:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.lg\:focus-within\:border-green-100:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.lg\:focus-within\:border-green-200:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.lg\:focus-within\:border-green-300:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.lg\:focus-within\:border-green-400:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.lg\:focus-within\:border-green-500:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.lg\:focus-within\:border-green-600:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.lg\:focus-within\:border-green-700:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.lg\:focus-within\:border-green-800:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.lg\:focus-within\:border-green-900:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .lg\:focus-within\:border-green-light:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .lg\:focus-within\:border-green:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .lg\:focus-within\:border-green-dark:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.lg\:focus-within\:border-blue-50:focus-within {
@@ -114149,11 +111586,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .lg\:focus-within\:border-gitpod-green:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.lg\:focus-within\:border-gitpod-black:focus-within {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -114368,67 +111800,52 @@ input[type=text] {
.lg\:hover\:border-green-50:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.lg\:hover\:border-green-100:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.lg\:hover\:border-green-200:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.lg\:hover\:border-green-300:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.lg\:hover\:border-green-400:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.lg\:hover\:border-green-500:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.lg\:hover\:border-green-600:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.lg\:hover\:border-green-700:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.lg\:hover\:border-green-800:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.lg\:hover\:border-green-900:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .lg\:hover\:border-green-light:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .lg\:hover\:border-green:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .lg\:hover\:border-green-dark:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.lg\:hover\:border-blue-50:hover {
@@ -114646,11 +112063,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .lg\:hover\:border-gitpod-green:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.lg\:hover\:border-gitpod-black:hover {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -114865,67 +112277,52 @@ input[type=text] {
.lg\:focus\:border-green-50:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.lg\:focus\:border-green-100:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.lg\:focus\:border-green-200:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.lg\:focus\:border-green-300:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.lg\:focus\:border-green-400:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.lg\:focus\:border-green-500:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.lg\:focus\:border-green-600:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.lg\:focus\:border-green-700:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.lg\:focus\:border-green-800:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.lg\:focus\:border-green-900:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .lg\:focus\:border-green-light:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .lg\:focus\:border-green:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .lg\:focus\:border-green-dark:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.lg\:focus\:border-blue-50:focus {
@@ -115143,11 +112540,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .lg\:focus\:border-gitpod-green:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.lg\:focus\:border-gitpod-black:focus {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -121495,262 +118887,202 @@ input[type=text] {
.lg\:placeholder-green-50::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-50:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-50::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-50::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-100::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-100:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-100::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-100::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-200::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-200:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-200::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-200::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-300::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-300:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-300::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-300::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-400::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-400:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-400::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-400::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-500::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-500:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-500::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-500::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-600::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-600:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-600::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-600::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-700::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-700:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-700::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-700::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-800::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-800:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-800::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-800::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-900::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-900:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-900::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-green-900::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:placeholder-green-light::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:placeholder-green-light:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:placeholder-green-light::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:placeholder-green-light::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:placeholder-green::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:placeholder-green:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:placeholder-green::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:placeholder-green::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:placeholder-green-dark::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:placeholder-green-dark:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:placeholder-green-dark::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:placeholder-green-dark::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.lg\:placeholder-blue-50::-webkit-input-placeholder {
@@ -122613,26 +119945,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
- .lg\:placeholder-gitpod-green::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:placeholder-gitpod-green:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:placeholder-gitpod-green::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:placeholder-gitpod-green::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
.lg\:placeholder-gitpod-black::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -123483,262 +120795,202 @@ input[type=text] {
.lg\:focus\:placeholder-green-50:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-50:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-50:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-100:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-200:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-300:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-400:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-500:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-600:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-700:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-800:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-green-900:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:focus\:placeholder-green-light:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:focus\:placeholder-green-light:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:focus\:placeholder-green-light:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:focus\:placeholder-green-light:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:focus\:placeholder-green:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:focus\:placeholder-green:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:focus\:placeholder-green:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:focus\:placeholder-green:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:focus\:placeholder-green-dark:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:focus\:placeholder-green-dark:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:focus\:placeholder-green-dark:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:focus\:placeholder-green-dark:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.lg\:focus\:placeholder-blue-50:focus::-webkit-input-placeholder {
@@ -124601,26 +121853,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
- .lg\:focus\:placeholder-gitpod-green:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:focus\:placeholder-gitpod-green:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:focus\:placeholder-gitpod-green:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .lg\:focus\:placeholder-gitpod-green:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
.lg\:focus\:placeholder-gitpod-black:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -128536,55 +125768,43 @@ input[type=text] {
}
.lg\:ring-offset-green-50 {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.lg\:ring-offset-green-100 {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.lg\:ring-offset-green-200 {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.lg\:ring-offset-green-300 {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.lg\:ring-offset-green-400 {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.lg\:ring-offset-green-500 {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.lg\:ring-offset-green-600 {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.lg\:ring-offset-green-700 {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.lg\:ring-offset-green-800 {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.lg\:ring-offset-green-900 {
- --tw-ring-offset-color: #064e3b !important;
- }
-
- .lg\:ring-offset-green-light {
- --tw-ring-offset-color: #9DD714 !important;
- }
-
- .lg\:ring-offset-green {
- --tw-ring-offset-color: #58B19F !important;
- }
-
- .lg\:ring-offset-green-dark {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.lg\:ring-offset-blue-50 {
@@ -128759,10 +125979,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
- .lg\:ring-offset-gitpod-green {
- --tw-ring-offset-color: #7BA80F !important;
- }
-
.lg\:ring-offset-gitpod-black {
--tw-ring-offset-color: #161616 !important;
}
@@ -128936,55 +126152,43 @@ input[type=text] {
}
.lg\:focus-within\:ring-offset-green-50:focus-within {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.lg\:focus-within\:ring-offset-green-100:focus-within {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.lg\:focus-within\:ring-offset-green-200:focus-within {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.lg\:focus-within\:ring-offset-green-300:focus-within {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.lg\:focus-within\:ring-offset-green-400:focus-within {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.lg\:focus-within\:ring-offset-green-500:focus-within {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.lg\:focus-within\:ring-offset-green-600:focus-within {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.lg\:focus-within\:ring-offset-green-700:focus-within {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.lg\:focus-within\:ring-offset-green-800:focus-within {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.lg\:focus-within\:ring-offset-green-900:focus-within {
- --tw-ring-offset-color: #064e3b !important;
- }
-
- .lg\:focus-within\:ring-offset-green-light:focus-within {
- --tw-ring-offset-color: #9DD714 !important;
- }
-
- .lg\:focus-within\:ring-offset-green:focus-within {
- --tw-ring-offset-color: #58B19F !important;
- }
-
- .lg\:focus-within\:ring-offset-green-dark:focus-within {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.lg\:focus-within\:ring-offset-blue-50:focus-within {
@@ -129159,10 +126363,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
- .lg\:focus-within\:ring-offset-gitpod-green:focus-within {
- --tw-ring-offset-color: #7BA80F !important;
- }
-
.lg\:focus-within\:ring-offset-gitpod-black:focus-within {
--tw-ring-offset-color: #161616 !important;
}
@@ -129336,55 +126536,43 @@ input[type=text] {
}
.lg\:focus\:ring-offset-green-50:focus {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.lg\:focus\:ring-offset-green-100:focus {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.lg\:focus\:ring-offset-green-200:focus {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.lg\:focus\:ring-offset-green-300:focus {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.lg\:focus\:ring-offset-green-400:focus {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.lg\:focus\:ring-offset-green-500:focus {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.lg\:focus\:ring-offset-green-600:focus {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.lg\:focus\:ring-offset-green-700:focus {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.lg\:focus\:ring-offset-green-800:focus {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.lg\:focus\:ring-offset-green-900:focus {
- --tw-ring-offset-color: #064e3b !important;
- }
-
- .lg\:focus\:ring-offset-green-light:focus {
- --tw-ring-offset-color: #9DD714 !important;
- }
-
- .lg\:focus\:ring-offset-green:focus {
- --tw-ring-offset-color: #58B19F !important;
- }
-
- .lg\:focus\:ring-offset-green-dark:focus {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.lg\:focus\:ring-offset-blue-50:focus {
@@ -129559,10 +126747,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
- .lg\:focus\:ring-offset-gitpod-green:focus {
- --tw-ring-offset-color: #7BA80F !important;
- }
-
.lg\:focus\:ring-offset-gitpod-black:focus {
--tw-ring-offset-color: #161616 !important;
}
@@ -129832,67 +127016,52 @@ input[type=text] {
.lg\:ring-green-50 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.lg\:ring-green-100 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.lg\:ring-green-200 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.lg\:ring-green-300 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.lg\:ring-green-400 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.lg\:ring-green-500 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.lg\:ring-green-600 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.lg\:ring-green-700 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.lg\:ring-green-800 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.lg\:ring-green-900 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
- }
-
- .lg\:ring-green-light {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
- }
-
- .lg\:ring-green {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
- }
-
- .lg\:ring-green-dark {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.lg\:ring-blue-50 {
@@ -130110,11 +127279,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
- .lg\:ring-gitpod-green {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
- }
-
.lg\:ring-gitpod-black {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -130329,67 +127493,52 @@ input[type=text] {
.lg\:focus-within\:ring-green-50:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.lg\:focus-within\:ring-green-100:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.lg\:focus-within\:ring-green-200:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.lg\:focus-within\:ring-green-300:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.lg\:focus-within\:ring-green-400:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.lg\:focus-within\:ring-green-500:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.lg\:focus-within\:ring-green-600:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.lg\:focus-within\:ring-green-700:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.lg\:focus-within\:ring-green-800:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.lg\:focus-within\:ring-green-900:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
- }
-
- .lg\:focus-within\:ring-green-light:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
- }
-
- .lg\:focus-within\:ring-green:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
- }
-
- .lg\:focus-within\:ring-green-dark:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.lg\:focus-within\:ring-blue-50:focus-within {
@@ -130607,11 +127756,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
- .lg\:focus-within\:ring-gitpod-green:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
- }
-
.lg\:focus-within\:ring-gitpod-black:focus-within {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -130826,67 +127970,52 @@ input[type=text] {
.lg\:focus\:ring-green-50:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.lg\:focus\:ring-green-100:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.lg\:focus\:ring-green-200:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.lg\:focus\:ring-green-300:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.lg\:focus\:ring-green-400:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.lg\:focus\:ring-green-500:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.lg\:focus\:ring-green-600:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.lg\:focus\:ring-green-700:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.lg\:focus\:ring-green-800:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.lg\:focus\:ring-green-900:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
- }
-
- .lg\:focus\:ring-green-light:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
- }
-
- .lg\:focus\:ring-green:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
- }
-
- .lg\:focus\:ring-green-dark:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.lg\:focus\:ring-blue-50:focus {
@@ -131104,11 +128233,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
- .lg\:focus\:ring-gitpod-green:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
- }
-
.lg\:focus\:ring-gitpod-black:focus {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -131547,67 +128671,52 @@ input[type=text] {
.lg\:text-green-50 {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.lg\:text-green-100 {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.lg\:text-green-200 {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.lg\:text-green-300 {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.lg\:text-green-400 {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.lg\:text-green-500 {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.lg\:text-green-600 {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.lg\:text-green-700 {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.lg\:text-green-800 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.lg\:text-green-900 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .lg\:text-green-light {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .lg\:text-green {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .lg\:text-green-dark {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.lg\:text-blue-50 {
@@ -131825,11 +128934,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .lg\:text-gitpod-green {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.lg\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -132044,67 +129148,52 @@ input[type=text] {
.group:hover .lg\:group-hover\:text-green-50 {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.group:hover .lg\:group-hover\:text-green-100 {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.group:hover .lg\:group-hover\:text-green-200 {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.group:hover .lg\:group-hover\:text-green-300 {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.group:hover .lg\:group-hover\:text-green-400 {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.group:hover .lg\:group-hover\:text-green-500 {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.group:hover .lg\:group-hover\:text-green-600 {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.group:hover .lg\:group-hover\:text-green-700 {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.group:hover .lg\:group-hover\:text-green-800 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.group:hover .lg\:group-hover\:text-green-900 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .group:hover .lg\:group-hover\:text-green-light {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .group:hover .lg\:group-hover\:text-green {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .group:hover .lg\:group-hover\:text-green-dark {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.group:hover .lg\:group-hover\:text-blue-50 {
@@ -132322,11 +129411,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .group:hover .lg\:group-hover\:text-gitpod-green {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.group:hover .lg\:group-hover\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -132541,67 +129625,52 @@ input[type=text] {
.lg\:focus-within\:text-green-50:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.lg\:focus-within\:text-green-100:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.lg\:focus-within\:text-green-200:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.lg\:focus-within\:text-green-300:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.lg\:focus-within\:text-green-400:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.lg\:focus-within\:text-green-500:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.lg\:focus-within\:text-green-600:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.lg\:focus-within\:text-green-700:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.lg\:focus-within\:text-green-800:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.lg\:focus-within\:text-green-900:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .lg\:focus-within\:text-green-light:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .lg\:focus-within\:text-green:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .lg\:focus-within\:text-green-dark:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.lg\:focus-within\:text-blue-50:focus-within {
@@ -132819,11 +129888,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .lg\:focus-within\:text-gitpod-green:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.lg\:focus-within\:text-gitpod-black:focus-within {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -133038,67 +130102,52 @@ input[type=text] {
.lg\:hover\:text-green-50:hover {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.lg\:hover\:text-green-100:hover {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.lg\:hover\:text-green-200:hover {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.lg\:hover\:text-green-300:hover {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.lg\:hover\:text-green-400:hover {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.lg\:hover\:text-green-500:hover {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.lg\:hover\:text-green-600:hover {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.lg\:hover\:text-green-700:hover {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.lg\:hover\:text-green-800:hover {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.lg\:hover\:text-green-900:hover {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .lg\:hover\:text-green-light:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .lg\:hover\:text-green:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .lg\:hover\:text-green-dark:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.lg\:hover\:text-blue-50:hover {
@@ -133316,11 +130365,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .lg\:hover\:text-gitpod-green:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.lg\:hover\:text-gitpod-black:hover {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -133535,67 +130579,52 @@ input[type=text] {
.lg\:focus\:text-green-50:focus {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.lg\:focus\:text-green-100:focus {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.lg\:focus\:text-green-200:focus {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.lg\:focus\:text-green-300:focus {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.lg\:focus\:text-green-400:focus {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.lg\:focus\:text-green-500:focus {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.lg\:focus\:text-green-600:focus {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.lg\:focus\:text-green-700:focus {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.lg\:focus\:text-green-800:focus {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.lg\:focus\:text-green-900:focus {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .lg\:focus\:text-green-light:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .lg\:focus\:text-green:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .lg\:focus\:text-green-dark:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.lg\:focus\:text-blue-50:focus {
@@ -133813,11 +130842,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .lg\:focus\:text-gitpod-green:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.lg\:focus\:text-gitpod-black:focus {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -139834,67 +136858,52 @@ input[type=text] {
.xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
}
.xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
}
.xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
}
.xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
}
.xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
}
.xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
}
.xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
}
.xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
}
.xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
}
.xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
- }
-
- .xl\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-divide-opacity)) !important;
- }
-
- .xl\:divide-green > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-divide-opacity)) !important;
- }
-
- .xl\:divide-green-dark > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-divide-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
}
.xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
@@ -140112,11 +137121,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
}
- .xl\:divide-gitpod-green > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-divide-opacity)) !important;
- }
-
.xl\:divide-gitpod-black > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-divide-opacity)) !important;
@@ -140515,67 +137519,52 @@ input[type=text] {
.xl\:bg-green-50 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.xl\:bg-green-100 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.xl\:bg-green-200 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.xl\:bg-green-300 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.xl\:bg-green-400 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.xl\:bg-green-500 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.xl\:bg-green-600 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.xl\:bg-green-700 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.xl\:bg-green-800 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.xl\:bg-green-900 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .xl\:bg-green-light {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .xl\:bg-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .xl\:bg-green-dark {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.xl\:bg-blue-50 {
@@ -140793,11 +137782,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .xl\:bg-gitpod-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.xl\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -141012,67 +137996,52 @@ input[type=text] {
.group:hover .xl\:group-hover\:bg-green-50 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.group:hover .xl\:group-hover\:bg-green-100 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.group:hover .xl\:group-hover\:bg-green-200 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.group:hover .xl\:group-hover\:bg-green-300 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.group:hover .xl\:group-hover\:bg-green-400 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.group:hover .xl\:group-hover\:bg-green-500 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.group:hover .xl\:group-hover\:bg-green-600 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.group:hover .xl\:group-hover\:bg-green-700 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.group:hover .xl\:group-hover\:bg-green-800 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.group:hover .xl\:group-hover\:bg-green-900 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .group:hover .xl\:group-hover\:bg-green-light {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .group:hover .xl\:group-hover\:bg-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .group:hover .xl\:group-hover\:bg-green-dark {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.group:hover .xl\:group-hover\:bg-blue-50 {
@@ -141290,11 +138259,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .group:hover .xl\:group-hover\:bg-gitpod-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.group:hover .xl\:group-hover\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -141509,67 +138473,52 @@ input[type=text] {
.xl\:focus-within\:bg-green-50:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.xl\:focus-within\:bg-green-100:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.xl\:focus-within\:bg-green-200:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.xl\:focus-within\:bg-green-300:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.xl\:focus-within\:bg-green-400:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.xl\:focus-within\:bg-green-500:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.xl\:focus-within\:bg-green-600:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.xl\:focus-within\:bg-green-700:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.xl\:focus-within\:bg-green-800:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.xl\:focus-within\:bg-green-900:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .xl\:focus-within\:bg-green-light:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .xl\:focus-within\:bg-green:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .xl\:focus-within\:bg-green-dark:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.xl\:focus-within\:bg-blue-50:focus-within {
@@ -141787,11 +138736,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .xl\:focus-within\:bg-gitpod-green:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.xl\:focus-within\:bg-gitpod-black:focus-within {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -142006,67 +138950,52 @@ input[type=text] {
.xl\:hover\:bg-green-50:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.xl\:hover\:bg-green-100:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.xl\:hover\:bg-green-200:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.xl\:hover\:bg-green-300:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.xl\:hover\:bg-green-400:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.xl\:hover\:bg-green-500:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.xl\:hover\:bg-green-600:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.xl\:hover\:bg-green-700:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.xl\:hover\:bg-green-800:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.xl\:hover\:bg-green-900:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .xl\:hover\:bg-green-light:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .xl\:hover\:bg-green:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .xl\:hover\:bg-green-dark:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.xl\:hover\:bg-blue-50:hover {
@@ -142284,11 +139213,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .xl\:hover\:bg-gitpod-green:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.xl\:hover\:bg-gitpod-black:hover {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -142503,67 +139427,52 @@ input[type=text] {
.xl\:focus\:bg-green-50:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.xl\:focus\:bg-green-100:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.xl\:focus\:bg-green-200:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.xl\:focus\:bg-green-300:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.xl\:focus\:bg-green-400:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.xl\:focus\:bg-green-500:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.xl\:focus\:bg-green-600:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.xl\:focus\:bg-green-700:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.xl\:focus\:bg-green-800:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.xl\:focus\:bg-green-900:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .xl\:focus\:bg-green-light:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .xl\:focus\:bg-green:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .xl\:focus\:bg-green-dark:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.xl\:focus\:bg-blue-50:focus {
@@ -142781,11 +139690,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .xl\:focus\:bg-gitpod-green:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.xl\:focus\:bg-gitpod-black:focus {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -143037,68 +139941,53 @@ input[type=text] {
}
.xl\:from-green-50 {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.xl\:from-green-100 {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.xl\:from-green-200 {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.xl\:from-green-300 {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.xl\:from-green-400 {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.xl\:from-green-500 {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.xl\:from-green-600 {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.xl\:from-green-700 {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.xl\:from-green-800 {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.xl\:from-green-900 {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .xl\:from-green-light {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .xl\:from-green {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .xl\:from-green-dark {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.xl\:from-blue-50 {
@@ -143316,11 +140205,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .xl\:from-gitpod-green {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.xl\:from-gitpod-black {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -143500,55 +140384,43 @@ input[type=text] {
}
.xl\:via-green-50 {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.xl\:via-green-100 {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.xl\:via-green-200 {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.xl\:via-green-300 {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.xl\:via-green-400 {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.xl\:via-green-500 {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.xl\:via-green-600 {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.xl\:via-green-700 {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.xl\:via-green-800 {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.xl\:via-green-900 {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .xl\:via-green-light {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .xl\:via-green {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .xl\:via-green-dark {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.xl\:via-blue-50 {
@@ -143723,10 +140595,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .xl\:via-gitpod-green {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.xl\:via-gitpod-black {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -143900,55 +140768,43 @@ input[type=text] {
}
.xl\:to-green-50 {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.xl\:to-green-100 {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.xl\:to-green-200 {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.xl\:to-green-300 {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.xl\:to-green-400 {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.xl\:to-green-500 {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.xl\:to-green-600 {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.xl\:to-green-700 {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.xl\:to-green-800 {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.xl\:to-green-900 {
- --tw-gradient-to: #064e3b !important;
- }
-
- .xl\:to-green-light {
- --tw-gradient-to: #9DD714 !important;
- }
-
- .xl\:to-green {
- --tw-gradient-to: #58B19F !important;
- }
-
- .xl\:to-green-dark {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.xl\:to-blue-50 {
@@ -144123,10 +140979,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
- .xl\:to-gitpod-green {
- --tw-gradient-to: #7BA80F !important;
- }
-
.xl\:to-gitpod-black {
--tw-gradient-to: #161616 !important;
}
@@ -144337,68 +141189,53 @@ input[type=text] {
}
.xl\:hover\:from-green-50:hover {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.xl\:hover\:from-green-100:hover {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.xl\:hover\:from-green-200:hover {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.xl\:hover\:from-green-300:hover {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.xl\:hover\:from-green-400:hover {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.xl\:hover\:from-green-500:hover {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.xl\:hover\:from-green-600:hover {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.xl\:hover\:from-green-700:hover {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.xl\:hover\:from-green-800:hover {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.xl\:hover\:from-green-900:hover {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .xl\:hover\:from-green-light:hover {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .xl\:hover\:from-green:hover {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .xl\:hover\:from-green-dark:hover {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.xl\:hover\:from-blue-50:hover {
@@ -144616,11 +141453,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .xl\:hover\:from-gitpod-green:hover {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.xl\:hover\:from-gitpod-black:hover {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -144800,55 +141632,43 @@ input[type=text] {
}
.xl\:hover\:via-green-50:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.xl\:hover\:via-green-100:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.xl\:hover\:via-green-200:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.xl\:hover\:via-green-300:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.xl\:hover\:via-green-400:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.xl\:hover\:via-green-500:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.xl\:hover\:via-green-600:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.xl\:hover\:via-green-700:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.xl\:hover\:via-green-800:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.xl\:hover\:via-green-900:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .xl\:hover\:via-green-light:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .xl\:hover\:via-green:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .xl\:hover\:via-green-dark:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.xl\:hover\:via-blue-50:hover {
@@ -145023,10 +141843,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .xl\:hover\:via-gitpod-green:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.xl\:hover\:via-gitpod-black:hover {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -145200,55 +142016,43 @@ input[type=text] {
}
.xl\:hover\:to-green-50:hover {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.xl\:hover\:to-green-100:hover {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.xl\:hover\:to-green-200:hover {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.xl\:hover\:to-green-300:hover {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.xl\:hover\:to-green-400:hover {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.xl\:hover\:to-green-500:hover {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.xl\:hover\:to-green-600:hover {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.xl\:hover\:to-green-700:hover {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.xl\:hover\:to-green-800:hover {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.xl\:hover\:to-green-900:hover {
- --tw-gradient-to: #064e3b !important;
- }
-
- .xl\:hover\:to-green-light:hover {
- --tw-gradient-to: #9DD714 !important;
- }
-
- .xl\:hover\:to-green:hover {
- --tw-gradient-to: #58B19F !important;
- }
-
- .xl\:hover\:to-green-dark:hover {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.xl\:hover\:to-blue-50:hover {
@@ -145423,10 +142227,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
- .xl\:hover\:to-gitpod-green:hover {
- --tw-gradient-to: #7BA80F !important;
- }
-
.xl\:hover\:to-gitpod-black:hover {
--tw-gradient-to: #161616 !important;
}
@@ -145637,68 +142437,53 @@ input[type=text] {
}
.xl\:focus\:from-green-50:focus {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.xl\:focus\:from-green-100:focus {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.xl\:focus\:from-green-200:focus {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.xl\:focus\:from-green-300:focus {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.xl\:focus\:from-green-400:focus {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.xl\:focus\:from-green-500:focus {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.xl\:focus\:from-green-600:focus {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.xl\:focus\:from-green-700:focus {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.xl\:focus\:from-green-800:focus {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.xl\:focus\:from-green-900:focus {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .xl\:focus\:from-green-light:focus {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .xl\:focus\:from-green:focus {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .xl\:focus\:from-green-dark:focus {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.xl\:focus\:from-blue-50:focus {
@@ -145916,11 +142701,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .xl\:focus\:from-gitpod-green:focus {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.xl\:focus\:from-gitpod-black:focus {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -146100,55 +142880,43 @@ input[type=text] {
}
.xl\:focus\:via-green-50:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.xl\:focus\:via-green-100:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.xl\:focus\:via-green-200:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.xl\:focus\:via-green-300:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.xl\:focus\:via-green-400:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.xl\:focus\:via-green-500:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.xl\:focus\:via-green-600:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.xl\:focus\:via-green-700:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.xl\:focus\:via-green-800:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.xl\:focus\:via-green-900:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .xl\:focus\:via-green-light:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .xl\:focus\:via-green:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .xl\:focus\:via-green-dark:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.xl\:focus\:via-blue-50:focus {
@@ -146323,10 +143091,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .xl\:focus\:via-gitpod-green:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.xl\:focus\:via-gitpod-black:focus {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -146500,55 +143264,43 @@ input[type=text] {
}
.xl\:focus\:to-green-50:focus {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.xl\:focus\:to-green-100:focus {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.xl\:focus\:to-green-200:focus {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.xl\:focus\:to-green-300:focus {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.xl\:focus\:to-green-400:focus {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.xl\:focus\:to-green-500:focus {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.xl\:focus\:to-green-600:focus {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.xl\:focus\:to-green-700:focus {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.xl\:focus\:to-green-800:focus {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.xl\:focus\:to-green-900:focus {
- --tw-gradient-to: #064e3b !important;
- }
-
- .xl\:focus\:to-green-light:focus {
- --tw-gradient-to: #9DD714 !important;
- }
-
- .xl\:focus\:to-green:focus {
- --tw-gradient-to: #58B19F !important;
- }
-
- .xl\:focus\:to-green-dark:focus {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.xl\:focus\:to-blue-50:focus {
@@ -146723,10 +143475,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
- .xl\:focus\:to-gitpod-green:focus {
- --tw-gradient-to: #7BA80F !important;
- }
-
.xl\:focus\:to-gitpod-black:focus {
--tw-gradient-to: #161616 !important;
}
@@ -147316,67 +144064,52 @@ input[type=text] {
.xl\:border-green-50 {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.xl\:border-green-100 {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.xl\:border-green-200 {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.xl\:border-green-300 {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.xl\:border-green-400 {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.xl\:border-green-500 {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.xl\:border-green-600 {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.xl\:border-green-700 {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.xl\:border-green-800 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.xl\:border-green-900 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .xl\:border-green-light {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .xl\:border-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .xl\:border-green-dark {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.xl\:border-blue-50 {
@@ -147594,11 +144327,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .xl\:border-gitpod-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.xl\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -147813,67 +144541,52 @@ input[type=text] {
.group:hover .xl\:group-hover\:border-green-50 {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.group:hover .xl\:group-hover\:border-green-100 {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.group:hover .xl\:group-hover\:border-green-200 {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.group:hover .xl\:group-hover\:border-green-300 {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.group:hover .xl\:group-hover\:border-green-400 {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.group:hover .xl\:group-hover\:border-green-500 {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.group:hover .xl\:group-hover\:border-green-600 {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.group:hover .xl\:group-hover\:border-green-700 {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.group:hover .xl\:group-hover\:border-green-800 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.group:hover .xl\:group-hover\:border-green-900 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .group:hover .xl\:group-hover\:border-green-light {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .group:hover .xl\:group-hover\:border-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .group:hover .xl\:group-hover\:border-green-dark {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.group:hover .xl\:group-hover\:border-blue-50 {
@@ -148091,11 +144804,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .group:hover .xl\:group-hover\:border-gitpod-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.group:hover .xl\:group-hover\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -148310,67 +145018,52 @@ input[type=text] {
.xl\:focus-within\:border-green-50:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.xl\:focus-within\:border-green-100:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.xl\:focus-within\:border-green-200:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.xl\:focus-within\:border-green-300:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.xl\:focus-within\:border-green-400:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.xl\:focus-within\:border-green-500:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.xl\:focus-within\:border-green-600:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.xl\:focus-within\:border-green-700:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.xl\:focus-within\:border-green-800:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.xl\:focus-within\:border-green-900:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .xl\:focus-within\:border-green-light:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .xl\:focus-within\:border-green:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .xl\:focus-within\:border-green-dark:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.xl\:focus-within\:border-blue-50:focus-within {
@@ -148588,11 +145281,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .xl\:focus-within\:border-gitpod-green:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.xl\:focus-within\:border-gitpod-black:focus-within {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -148807,67 +145495,52 @@ input[type=text] {
.xl\:hover\:border-green-50:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.xl\:hover\:border-green-100:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.xl\:hover\:border-green-200:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.xl\:hover\:border-green-300:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.xl\:hover\:border-green-400:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.xl\:hover\:border-green-500:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.xl\:hover\:border-green-600:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.xl\:hover\:border-green-700:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.xl\:hover\:border-green-800:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.xl\:hover\:border-green-900:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .xl\:hover\:border-green-light:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .xl\:hover\:border-green:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .xl\:hover\:border-green-dark:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.xl\:hover\:border-blue-50:hover {
@@ -149085,11 +145758,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .xl\:hover\:border-gitpod-green:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.xl\:hover\:border-gitpod-black:hover {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -149304,67 +145972,52 @@ input[type=text] {
.xl\:focus\:border-green-50:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.xl\:focus\:border-green-100:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.xl\:focus\:border-green-200:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.xl\:focus\:border-green-300:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.xl\:focus\:border-green-400:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.xl\:focus\:border-green-500:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.xl\:focus\:border-green-600:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.xl\:focus\:border-green-700:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.xl\:focus\:border-green-800:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.xl\:focus\:border-green-900:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .xl\:focus\:border-green-light:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .xl\:focus\:border-green:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .xl\:focus\:border-green-dark:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.xl\:focus\:border-blue-50:focus {
@@ -149582,11 +146235,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .xl\:focus\:border-gitpod-green:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.xl\:focus\:border-gitpod-black:focus {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -155934,262 +152582,202 @@ input[type=text] {
.xl\:placeholder-green-50::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-50:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-50::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-50::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-100::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-100:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-100::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-100::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-200::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-200:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-200::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-200::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-300::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-300:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-300::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-300::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-400::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-400:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-400::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-400::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-500::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-500:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-500::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-500::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-600::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-600:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-600::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-600::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-700::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-700:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-700::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-700::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-800::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-800:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-800::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-800::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-900::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-900:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-900::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-green-900::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:placeholder-green-light::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:placeholder-green-light:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:placeholder-green-light::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:placeholder-green-light::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:placeholder-green::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:placeholder-green:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:placeholder-green::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:placeholder-green::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:placeholder-green-dark::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:placeholder-green-dark:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:placeholder-green-dark::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:placeholder-green-dark::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.xl\:placeholder-blue-50::-webkit-input-placeholder {
@@ -157052,26 +153640,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
- .xl\:placeholder-gitpod-green::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:placeholder-gitpod-green:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:placeholder-gitpod-green::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:placeholder-gitpod-green::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
.xl\:placeholder-gitpod-black::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -157922,262 +154490,202 @@ input[type=text] {
.xl\:focus\:placeholder-green-50:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-50:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-50:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-100:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-200:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-300:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-400:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-500:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-600:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-700:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-800:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-green-900:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:focus\:placeholder-green-light:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:focus\:placeholder-green-light:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:focus\:placeholder-green-light:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:focus\:placeholder-green-light:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:focus\:placeholder-green:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:focus\:placeholder-green:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:focus\:placeholder-green:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:focus\:placeholder-green:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:focus\:placeholder-green-dark:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:focus\:placeholder-green-dark:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:focus\:placeholder-green-dark:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:focus\:placeholder-green-dark:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.xl\:focus\:placeholder-blue-50:focus::-webkit-input-placeholder {
@@ -159040,26 +155548,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
- .xl\:focus\:placeholder-gitpod-green:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:focus\:placeholder-gitpod-green:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:focus\:placeholder-gitpod-green:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .xl\:focus\:placeholder-gitpod-green:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
.xl\:focus\:placeholder-gitpod-black:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -162975,55 +159463,43 @@ input[type=text] {
}
.xl\:ring-offset-green-50 {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.xl\:ring-offset-green-100 {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.xl\:ring-offset-green-200 {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.xl\:ring-offset-green-300 {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.xl\:ring-offset-green-400 {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.xl\:ring-offset-green-500 {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.xl\:ring-offset-green-600 {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.xl\:ring-offset-green-700 {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.xl\:ring-offset-green-800 {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.xl\:ring-offset-green-900 {
- --tw-ring-offset-color: #064e3b !important;
- }
-
- .xl\:ring-offset-green-light {
- --tw-ring-offset-color: #9DD714 !important;
- }
-
- .xl\:ring-offset-green {
- --tw-ring-offset-color: #58B19F !important;
- }
-
- .xl\:ring-offset-green-dark {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.xl\:ring-offset-blue-50 {
@@ -163198,10 +159674,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
- .xl\:ring-offset-gitpod-green {
- --tw-ring-offset-color: #7BA80F !important;
- }
-
.xl\:ring-offset-gitpod-black {
--tw-ring-offset-color: #161616 !important;
}
@@ -163375,55 +159847,43 @@ input[type=text] {
}
.xl\:focus-within\:ring-offset-green-50:focus-within {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.xl\:focus-within\:ring-offset-green-100:focus-within {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.xl\:focus-within\:ring-offset-green-200:focus-within {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.xl\:focus-within\:ring-offset-green-300:focus-within {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.xl\:focus-within\:ring-offset-green-400:focus-within {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.xl\:focus-within\:ring-offset-green-500:focus-within {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.xl\:focus-within\:ring-offset-green-600:focus-within {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.xl\:focus-within\:ring-offset-green-700:focus-within {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.xl\:focus-within\:ring-offset-green-800:focus-within {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.xl\:focus-within\:ring-offset-green-900:focus-within {
- --tw-ring-offset-color: #064e3b !important;
- }
-
- .xl\:focus-within\:ring-offset-green-light:focus-within {
- --tw-ring-offset-color: #9DD714 !important;
- }
-
- .xl\:focus-within\:ring-offset-green:focus-within {
- --tw-ring-offset-color: #58B19F !important;
- }
-
- .xl\:focus-within\:ring-offset-green-dark:focus-within {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.xl\:focus-within\:ring-offset-blue-50:focus-within {
@@ -163598,10 +160058,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
- .xl\:focus-within\:ring-offset-gitpod-green:focus-within {
- --tw-ring-offset-color: #7BA80F !important;
- }
-
.xl\:focus-within\:ring-offset-gitpod-black:focus-within {
--tw-ring-offset-color: #161616 !important;
}
@@ -163775,55 +160231,43 @@ input[type=text] {
}
.xl\:focus\:ring-offset-green-50:focus {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.xl\:focus\:ring-offset-green-100:focus {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.xl\:focus\:ring-offset-green-200:focus {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.xl\:focus\:ring-offset-green-300:focus {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.xl\:focus\:ring-offset-green-400:focus {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.xl\:focus\:ring-offset-green-500:focus {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.xl\:focus\:ring-offset-green-600:focus {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.xl\:focus\:ring-offset-green-700:focus {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.xl\:focus\:ring-offset-green-800:focus {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.xl\:focus\:ring-offset-green-900:focus {
- --tw-ring-offset-color: #064e3b !important;
- }
-
- .xl\:focus\:ring-offset-green-light:focus {
- --tw-ring-offset-color: #9DD714 !important;
- }
-
- .xl\:focus\:ring-offset-green:focus {
- --tw-ring-offset-color: #58B19F !important;
- }
-
- .xl\:focus\:ring-offset-green-dark:focus {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.xl\:focus\:ring-offset-blue-50:focus {
@@ -163998,10 +160442,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
- .xl\:focus\:ring-offset-gitpod-green:focus {
- --tw-ring-offset-color: #7BA80F !important;
- }
-
.xl\:focus\:ring-offset-gitpod-black:focus {
--tw-ring-offset-color: #161616 !important;
}
@@ -164271,67 +160711,52 @@ input[type=text] {
.xl\:ring-green-50 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.xl\:ring-green-100 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.xl\:ring-green-200 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.xl\:ring-green-300 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.xl\:ring-green-400 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.xl\:ring-green-500 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.xl\:ring-green-600 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.xl\:ring-green-700 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.xl\:ring-green-800 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.xl\:ring-green-900 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
- }
-
- .xl\:ring-green-light {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
- }
-
- .xl\:ring-green {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
- }
-
- .xl\:ring-green-dark {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.xl\:ring-blue-50 {
@@ -164549,11 +160974,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
- .xl\:ring-gitpod-green {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
- }
-
.xl\:ring-gitpod-black {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -164768,67 +161188,52 @@ input[type=text] {
.xl\:focus-within\:ring-green-50:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.xl\:focus-within\:ring-green-100:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.xl\:focus-within\:ring-green-200:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.xl\:focus-within\:ring-green-300:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.xl\:focus-within\:ring-green-400:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.xl\:focus-within\:ring-green-500:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.xl\:focus-within\:ring-green-600:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.xl\:focus-within\:ring-green-700:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.xl\:focus-within\:ring-green-800:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.xl\:focus-within\:ring-green-900:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
- }
-
- .xl\:focus-within\:ring-green-light:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
- }
-
- .xl\:focus-within\:ring-green:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
- }
-
- .xl\:focus-within\:ring-green-dark:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.xl\:focus-within\:ring-blue-50:focus-within {
@@ -165046,11 +161451,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
- .xl\:focus-within\:ring-gitpod-green:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
- }
-
.xl\:focus-within\:ring-gitpod-black:focus-within {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -165265,67 +161665,52 @@ input[type=text] {
.xl\:focus\:ring-green-50:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.xl\:focus\:ring-green-100:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.xl\:focus\:ring-green-200:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.xl\:focus\:ring-green-300:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.xl\:focus\:ring-green-400:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.xl\:focus\:ring-green-500:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.xl\:focus\:ring-green-600:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.xl\:focus\:ring-green-700:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.xl\:focus\:ring-green-800:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.xl\:focus\:ring-green-900:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
- }
-
- .xl\:focus\:ring-green-light:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
- }
-
- .xl\:focus\:ring-green:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
- }
-
- .xl\:focus\:ring-green-dark:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.xl\:focus\:ring-blue-50:focus {
@@ -165543,11 +161928,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
- .xl\:focus\:ring-gitpod-green:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
- }
-
.xl\:focus\:ring-gitpod-black:focus {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -165986,67 +162366,52 @@ input[type=text] {
.xl\:text-green-50 {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.xl\:text-green-100 {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.xl\:text-green-200 {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.xl\:text-green-300 {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.xl\:text-green-400 {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.xl\:text-green-500 {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.xl\:text-green-600 {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.xl\:text-green-700 {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.xl\:text-green-800 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.xl\:text-green-900 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .xl\:text-green-light {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .xl\:text-green {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .xl\:text-green-dark {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.xl\:text-blue-50 {
@@ -166264,11 +162629,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .xl\:text-gitpod-green {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.xl\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -166483,67 +162843,52 @@ input[type=text] {
.group:hover .xl\:group-hover\:text-green-50 {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.group:hover .xl\:group-hover\:text-green-100 {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.group:hover .xl\:group-hover\:text-green-200 {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.group:hover .xl\:group-hover\:text-green-300 {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.group:hover .xl\:group-hover\:text-green-400 {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.group:hover .xl\:group-hover\:text-green-500 {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.group:hover .xl\:group-hover\:text-green-600 {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.group:hover .xl\:group-hover\:text-green-700 {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.group:hover .xl\:group-hover\:text-green-800 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.group:hover .xl\:group-hover\:text-green-900 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .group:hover .xl\:group-hover\:text-green-light {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .group:hover .xl\:group-hover\:text-green {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .group:hover .xl\:group-hover\:text-green-dark {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.group:hover .xl\:group-hover\:text-blue-50 {
@@ -166761,11 +163106,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .group:hover .xl\:group-hover\:text-gitpod-green {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.group:hover .xl\:group-hover\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -166980,67 +163320,52 @@ input[type=text] {
.xl\:focus-within\:text-green-50:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.xl\:focus-within\:text-green-100:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.xl\:focus-within\:text-green-200:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.xl\:focus-within\:text-green-300:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.xl\:focus-within\:text-green-400:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.xl\:focus-within\:text-green-500:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.xl\:focus-within\:text-green-600:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.xl\:focus-within\:text-green-700:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.xl\:focus-within\:text-green-800:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.xl\:focus-within\:text-green-900:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .xl\:focus-within\:text-green-light:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .xl\:focus-within\:text-green:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .xl\:focus-within\:text-green-dark:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.xl\:focus-within\:text-blue-50:focus-within {
@@ -167258,11 +163583,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .xl\:focus-within\:text-gitpod-green:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.xl\:focus-within\:text-gitpod-black:focus-within {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -167477,67 +163797,52 @@ input[type=text] {
.xl\:hover\:text-green-50:hover {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.xl\:hover\:text-green-100:hover {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.xl\:hover\:text-green-200:hover {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.xl\:hover\:text-green-300:hover {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.xl\:hover\:text-green-400:hover {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.xl\:hover\:text-green-500:hover {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.xl\:hover\:text-green-600:hover {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.xl\:hover\:text-green-700:hover {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.xl\:hover\:text-green-800:hover {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.xl\:hover\:text-green-900:hover {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .xl\:hover\:text-green-light:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .xl\:hover\:text-green:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .xl\:hover\:text-green-dark:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.xl\:hover\:text-blue-50:hover {
@@ -167755,11 +164060,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .xl\:hover\:text-gitpod-green:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.xl\:hover\:text-gitpod-black:hover {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -167974,67 +164274,52 @@ input[type=text] {
.xl\:focus\:text-green-50:focus {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.xl\:focus\:text-green-100:focus {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.xl\:focus\:text-green-200:focus {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.xl\:focus\:text-green-300:focus {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.xl\:focus\:text-green-400:focus {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.xl\:focus\:text-green-500:focus {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.xl\:focus\:text-green-600:focus {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.xl\:focus\:text-green-700:focus {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.xl\:focus\:text-green-800:focus {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.xl\:focus\:text-green-900:focus {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .xl\:focus\:text-green-light:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .xl\:focus\:text-green:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .xl\:focus\:text-green-dark:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.xl\:focus\:text-blue-50:focus {
@@ -168252,11 +164537,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .xl\:focus\:text-gitpod-green:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.xl\:focus\:text-gitpod-black:focus {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -174273,67 +170553,52 @@ input[type=text] {
.\32xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
}
.\32xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
}
.\32xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
}
.\32xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
}
.\32xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
}
.\32xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
}
.\32xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
}
.\32xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
}
.\32xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
}
.\32xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
- }
-
- .\32xl\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-divide-opacity)) !important;
- }
-
- .\32xl\:divide-green > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-divide-opacity)) !important;
- }
-
- .\32xl\:divide-green-dark > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-divide-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
}
.\32xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
@@ -174551,11 +170816,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
}
- .\32xl\:divide-gitpod-green > :not([hidden]) ~ :not([hidden]) {
- --tw-divide-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-divide-opacity)) !important;
- }
-
.\32xl\:divide-gitpod-black > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-divide-opacity)) !important;
@@ -174954,67 +171214,52 @@ input[type=text] {
.\32xl\:bg-green-50 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.\32xl\:bg-green-100 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.\32xl\:bg-green-200 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.\32xl\:bg-green-300 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.\32xl\:bg-green-400 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.\32xl\:bg-green-500 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.\32xl\:bg-green-600 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.\32xl\:bg-green-700 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.\32xl\:bg-green-800 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.\32xl\:bg-green-900 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .\32xl\:bg-green-light {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .\32xl\:bg-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .\32xl\:bg-green-dark {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.\32xl\:bg-blue-50 {
@@ -175232,11 +171477,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .\32xl\:bg-gitpod-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.\32xl\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -175451,67 +171691,52 @@ input[type=text] {
.group:hover .\32xl\:group-hover\:bg-green-50 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:bg-green-100 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:bg-green-200 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:bg-green-300 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:bg-green-400 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:bg-green-500 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:bg-green-600 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:bg-green-700 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:bg-green-800 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:bg-green-900 {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .group:hover .\32xl\:group-hover\:bg-green-light {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .group:hover .\32xl\:group-hover\:bg-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .group:hover .\32xl\:group-hover\:bg-green-dark {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:bg-blue-50 {
@@ -175729,11 +171954,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .group:hover .\32xl\:group-hover\:bg-gitpod-green {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.group:hover .\32xl\:group-hover\:bg-gitpod-black {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -175948,67 +172168,52 @@ input[type=text] {
.\32xl\:focus-within\:bg-green-50:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus-within\:bg-green-100:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus-within\:bg-green-200:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus-within\:bg-green-300:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus-within\:bg-green-400:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus-within\:bg-green-500:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus-within\:bg-green-600:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus-within\:bg-green-700:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus-within\:bg-green-800:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus-within\:bg-green-900:focus-within {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .\32xl\:focus-within\:bg-green-light:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .\32xl\:focus-within\:bg-green:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .\32xl\:focus-within\:bg-green-dark:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus-within\:bg-blue-50:focus-within {
@@ -176226,11 +172431,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .\32xl\:focus-within\:bg-gitpod-green:focus-within {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.\32xl\:focus-within\:bg-gitpod-black:focus-within {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -176445,67 +172645,52 @@ input[type=text] {
.\32xl\:hover\:bg-green-50:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.\32xl\:hover\:bg-green-100:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.\32xl\:hover\:bg-green-200:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.\32xl\:hover\:bg-green-300:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.\32xl\:hover\:bg-green-400:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.\32xl\:hover\:bg-green-500:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.\32xl\:hover\:bg-green-600:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.\32xl\:hover\:bg-green-700:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.\32xl\:hover\:bg-green-800:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.\32xl\:hover\:bg-green-900:hover {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .\32xl\:hover\:bg-green-light:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .\32xl\:hover\:bg-green:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .\32xl\:hover\:bg-green-dark:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.\32xl\:hover\:bg-blue-50:hover {
@@ -176723,11 +172908,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .\32xl\:hover\:bg-gitpod-green:hover {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.\32xl\:hover\:bg-gitpod-black:hover {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -176942,67 +173122,52 @@ input[type=text] {
.\32xl\:focus\:bg-green-50:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
+ background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus\:bg-green-100:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
+ background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus\:bg-green-200:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
+ background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus\:bg-green-300:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
+ background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus\:bg-green-400:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
+ background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus\:bg-green-500:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
+ background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus\:bg-green-600:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
+ background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus\:bg-green-700:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
+ background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus\:bg-green-800:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
+ background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus\:bg-green-900:focus {
--tw-bg-opacity: 1 !important;
- background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
- }
-
- .\32xl\:focus\:bg-green-light:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(157, 215, 20, var(--tw-bg-opacity)) !important;
- }
-
- .\32xl\:focus\:bg-green:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(88, 177, 159, var(--tw-bg-opacity)) !important;
- }
-
- .\32xl\:focus\:bg-green-dark:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(70, 122, 69, var(--tw-bg-opacity)) !important;
+ background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}
.\32xl\:focus\:bg-blue-50:focus {
@@ -177220,11 +173385,6 @@ input[type=text] {
background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}
- .\32xl\:focus\:bg-gitpod-green:focus {
- --tw-bg-opacity: 1 !important;
- background-color: rgba(123, 168, 15, var(--tw-bg-opacity)) !important;
- }
-
.\32xl\:focus\:bg-gitpod-black:focus {
--tw-bg-opacity: 1 !important;
background-color: rgba(22, 22, 22, var(--tw-bg-opacity)) !important;
@@ -177476,68 +173636,53 @@ input[type=text] {
}
.\32xl\:from-green-50 {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.\32xl\:from-green-100 {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.\32xl\:from-green-200 {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.\32xl\:from-green-300 {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.\32xl\:from-green-400 {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.\32xl\:from-green-500 {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.\32xl\:from-green-600 {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.\32xl\:from-green-700 {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.\32xl\:from-green-800 {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.\32xl\:from-green-900 {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .\32xl\:from-green-light {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .\32xl\:from-green {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .\32xl\:from-green-dark {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.\32xl\:from-blue-50 {
@@ -177755,11 +173900,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .\32xl\:from-gitpod-green {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.\32xl\:from-gitpod-black {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -177939,55 +174079,43 @@ input[type=text] {
}
.\32xl\:via-green-50 {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.\32xl\:via-green-100 {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.\32xl\:via-green-200 {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.\32xl\:via-green-300 {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.\32xl\:via-green-400 {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.\32xl\:via-green-500 {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.\32xl\:via-green-600 {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.\32xl\:via-green-700 {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.\32xl\:via-green-800 {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.\32xl\:via-green-900 {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .\32xl\:via-green-light {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .\32xl\:via-green {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .\32xl\:via-green-dark {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.\32xl\:via-blue-50 {
@@ -178162,10 +174290,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .\32xl\:via-gitpod-green {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.\32xl\:via-gitpod-black {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -178339,55 +174463,43 @@ input[type=text] {
}
.\32xl\:to-green-50 {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.\32xl\:to-green-100 {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.\32xl\:to-green-200 {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.\32xl\:to-green-300 {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.\32xl\:to-green-400 {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.\32xl\:to-green-500 {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.\32xl\:to-green-600 {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.\32xl\:to-green-700 {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.\32xl\:to-green-800 {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.\32xl\:to-green-900 {
- --tw-gradient-to: #064e3b !important;
- }
-
- .\32xl\:to-green-light {
- --tw-gradient-to: #9DD714 !important;
- }
-
- .\32xl\:to-green {
- --tw-gradient-to: #58B19F !important;
- }
-
- .\32xl\:to-green-dark {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.\32xl\:to-blue-50 {
@@ -178562,10 +174674,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
- .\32xl\:to-gitpod-green {
- --tw-gradient-to: #7BA80F !important;
- }
-
.\32xl\:to-gitpod-black {
--tw-gradient-to: #161616 !important;
}
@@ -178776,68 +174884,53 @@ input[type=text] {
}
.\32xl\:hover\:from-green-50:hover {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.\32xl\:hover\:from-green-100:hover {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.\32xl\:hover\:from-green-200:hover {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.\32xl\:hover\:from-green-300:hover {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.\32xl\:hover\:from-green-400:hover {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.\32xl\:hover\:from-green-500:hover {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.\32xl\:hover\:from-green-600:hover {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.\32xl\:hover\:from-green-700:hover {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.\32xl\:hover\:from-green-800:hover {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.\32xl\:hover\:from-green-900:hover {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .\32xl\:hover\:from-green-light:hover {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .\32xl\:hover\:from-green:hover {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .\32xl\:hover\:from-green-dark:hover {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.\32xl\:hover\:from-blue-50:hover {
@@ -179055,11 +175148,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .\32xl\:hover\:from-gitpod-green:hover {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.\32xl\:hover\:from-gitpod-black:hover {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -179239,55 +175327,43 @@ input[type=text] {
}
.\32xl\:hover\:via-green-50:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.\32xl\:hover\:via-green-100:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.\32xl\:hover\:via-green-200:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.\32xl\:hover\:via-green-300:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.\32xl\:hover\:via-green-400:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.\32xl\:hover\:via-green-500:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.\32xl\:hover\:via-green-600:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.\32xl\:hover\:via-green-700:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.\32xl\:hover\:via-green-800:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.\32xl\:hover\:via-green-900:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .\32xl\:hover\:via-green-light:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .\32xl\:hover\:via-green:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .\32xl\:hover\:via-green-dark:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.\32xl\:hover\:via-blue-50:hover {
@@ -179462,10 +175538,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .\32xl\:hover\:via-gitpod-green:hover {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.\32xl\:hover\:via-gitpod-black:hover {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -179639,55 +175711,43 @@ input[type=text] {
}
.\32xl\:hover\:to-green-50:hover {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.\32xl\:hover\:to-green-100:hover {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.\32xl\:hover\:to-green-200:hover {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.\32xl\:hover\:to-green-300:hover {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.\32xl\:hover\:to-green-400:hover {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.\32xl\:hover\:to-green-500:hover {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.\32xl\:hover\:to-green-600:hover {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.\32xl\:hover\:to-green-700:hover {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.\32xl\:hover\:to-green-800:hover {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.\32xl\:hover\:to-green-900:hover {
- --tw-gradient-to: #064e3b !important;
- }
-
- .\32xl\:hover\:to-green-light:hover {
- --tw-gradient-to: #9DD714 !important;
- }
-
- .\32xl\:hover\:to-green:hover {
- --tw-gradient-to: #58B19F !important;
- }
-
- .\32xl\:hover\:to-green-dark:hover {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.\32xl\:hover\:to-blue-50:hover {
@@ -179862,10 +175922,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
- .\32xl\:hover\:to-gitpod-green:hover {
- --tw-gradient-to: #7BA80F !important;
- }
-
.\32xl\:hover\:to-gitpod-black:hover {
--tw-gradient-to: #161616 !important;
}
@@ -180076,68 +176132,53 @@ input[type=text] {
}
.\32xl\:focus\:from-green-50:focus {
- --tw-gradient-from: #ecfdf5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-from: #f7fee7 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.\32xl\:focus\:from-green-100:focus {
- --tw-gradient-from: #d1fae5 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-from: #ecfccb !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.\32xl\:focus\:from-green-200:focus {
- --tw-gradient-from: #a7f3d0 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-from: #d9f99d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.\32xl\:focus\:from-green-300:focus {
- --tw-gradient-from: #6ee7b7 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-from: #bef264 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.\32xl\:focus\:from-green-400:focus {
- --tw-gradient-from: #34d399 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-from: #a3e635 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.\32xl\:focus\:from-green-500:focus {
- --tw-gradient-from: #10b981 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-from: #84cc16 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.\32xl\:focus\:from-green-600:focus {
- --tw-gradient-from: #059669 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-from: #65a30d !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.\32xl\:focus\:from-green-700:focus {
- --tw-gradient-from: #047857 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-from: #4d7c0f !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.\32xl\:focus\:from-green-800:focus {
- --tw-gradient-from: #065f46 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-from: #3f6212 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.\32xl\:focus\:from-green-900:focus {
- --tw-gradient-from: #064e3b !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .\32xl\:focus\:from-green-light:focus {
- --tw-gradient-from: #9DD714 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .\32xl\:focus\:from-green:focus {
- --tw-gradient-from: #58B19F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .\32xl\:focus\:from-green-dark:focus {
- --tw-gradient-from: #467A45 !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-from: #365314 !important;
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.\32xl\:focus\:from-blue-50:focus {
@@ -180355,11 +176396,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .\32xl\:focus\:from-gitpod-green:focus {
- --tw-gradient-from: #7BA80F !important;
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.\32xl\:focus\:from-gitpod-black:focus {
--tw-gradient-from: #161616 !important;
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
@@ -180539,55 +176575,43 @@ input[type=text] {
}
.\32xl\:focus\:via-green-50:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}
.\32xl\:focus\:via-green-100:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}
.\32xl\:focus\:via-green-200:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}
.\32xl\:focus\:via-green-300:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}
.\32xl\:focus\:via-green-400:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}
.\32xl\:focus\:via-green-500:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}
.\32xl\:focus\:via-green-600:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}
.\32xl\:focus\:via-green-700:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}
.\32xl\:focus\:via-green-800:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}
.\32xl\:focus\:via-green-900:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
- }
-
- .\32xl\:focus\:via-green-light:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #9DD714, var(--tw-gradient-to, rgba(157, 215, 20, 0)) !important;
- }
-
- .\32xl\:focus\:via-green:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #58B19F, var(--tw-gradient-to, rgba(88, 177, 159, 0)) !important;
- }
-
- .\32xl\:focus\:via-green-dark:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #467A45, var(--tw-gradient-to, rgba(70, 122, 69, 0)) !important;
+ --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}
.\32xl\:focus\:via-blue-50:focus {
@@ -180762,10 +176786,6 @@ input[type=text] {
--tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}
- .\32xl\:focus\:via-gitpod-green:focus {
- --tw-gradient-stops: var(--tw-gradient-from), #7BA80F, var(--tw-gradient-to, rgba(123, 168, 15, 0)) !important;
- }
-
.\32xl\:focus\:via-gitpod-black:focus {
--tw-gradient-stops: var(--tw-gradient-from), #161616, var(--tw-gradient-to, rgba(22, 22, 22, 0)) !important;
}
@@ -180939,55 +176959,43 @@ input[type=text] {
}
.\32xl\:focus\:to-green-50:focus {
- --tw-gradient-to: #ecfdf5 !important;
+ --tw-gradient-to: #f7fee7 !important;
}
.\32xl\:focus\:to-green-100:focus {
- --tw-gradient-to: #d1fae5 !important;
+ --tw-gradient-to: #ecfccb !important;
}
.\32xl\:focus\:to-green-200:focus {
- --tw-gradient-to: #a7f3d0 !important;
+ --tw-gradient-to: #d9f99d !important;
}
.\32xl\:focus\:to-green-300:focus {
- --tw-gradient-to: #6ee7b7 !important;
+ --tw-gradient-to: #bef264 !important;
}
.\32xl\:focus\:to-green-400:focus {
- --tw-gradient-to: #34d399 !important;
+ --tw-gradient-to: #a3e635 !important;
}
.\32xl\:focus\:to-green-500:focus {
- --tw-gradient-to: #10b981 !important;
+ --tw-gradient-to: #84cc16 !important;
}
.\32xl\:focus\:to-green-600:focus {
- --tw-gradient-to: #059669 !important;
+ --tw-gradient-to: #65a30d !important;
}
.\32xl\:focus\:to-green-700:focus {
- --tw-gradient-to: #047857 !important;
+ --tw-gradient-to: #4d7c0f !important;
}
.\32xl\:focus\:to-green-800:focus {
- --tw-gradient-to: #065f46 !important;
+ --tw-gradient-to: #3f6212 !important;
}
.\32xl\:focus\:to-green-900:focus {
- --tw-gradient-to: #064e3b !important;
- }
-
- .\32xl\:focus\:to-green-light:focus {
- --tw-gradient-to: #9DD714 !important;
- }
-
- .\32xl\:focus\:to-green:focus {
- --tw-gradient-to: #58B19F !important;
- }
-
- .\32xl\:focus\:to-green-dark:focus {
- --tw-gradient-to: #467A45 !important;
+ --tw-gradient-to: #365314 !important;
}
.\32xl\:focus\:to-blue-50:focus {
@@ -181162,10 +177170,6 @@ input[type=text] {
--tw-gradient-to: #831843 !important;
}
- .\32xl\:focus\:to-gitpod-green:focus {
- --tw-gradient-to: #7BA80F !important;
- }
-
.\32xl\:focus\:to-gitpod-black:focus {
--tw-gradient-to: #161616 !important;
}
@@ -181755,67 +177759,52 @@ input[type=text] {
.\32xl\:border-green-50 {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.\32xl\:border-green-100 {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.\32xl\:border-green-200 {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.\32xl\:border-green-300 {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.\32xl\:border-green-400 {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.\32xl\:border-green-500 {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.\32xl\:border-green-600 {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.\32xl\:border-green-700 {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.\32xl\:border-green-800 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.\32xl\:border-green-900 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .\32xl\:border-green-light {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .\32xl\:border-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .\32xl\:border-green-dark {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.\32xl\:border-blue-50 {
@@ -182033,11 +178022,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .\32xl\:border-gitpod-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.\32xl\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -182252,67 +178236,52 @@ input[type=text] {
.group:hover .\32xl\:group-hover\:border-green-50 {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:border-green-100 {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:border-green-200 {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:border-green-300 {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:border-green-400 {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:border-green-500 {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:border-green-600 {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:border-green-700 {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:border-green-800 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:border-green-900 {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .group:hover .\32xl\:group-hover\:border-green-light {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .group:hover .\32xl\:group-hover\:border-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .group:hover .\32xl\:group-hover\:border-green-dark {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:border-blue-50 {
@@ -182530,11 +178499,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .group:hover .\32xl\:group-hover\:border-gitpod-green {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.group:hover .\32xl\:group-hover\:border-gitpod-black {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -182749,67 +178713,52 @@ input[type=text] {
.\32xl\:focus-within\:border-green-50:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.\32xl\:focus-within\:border-green-100:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.\32xl\:focus-within\:border-green-200:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.\32xl\:focus-within\:border-green-300:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.\32xl\:focus-within\:border-green-400:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.\32xl\:focus-within\:border-green-500:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.\32xl\:focus-within\:border-green-600:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.\32xl\:focus-within\:border-green-700:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.\32xl\:focus-within\:border-green-800:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.\32xl\:focus-within\:border-green-900:focus-within {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .\32xl\:focus-within\:border-green-light:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .\32xl\:focus-within\:border-green:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .\32xl\:focus-within\:border-green-dark:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.\32xl\:focus-within\:border-blue-50:focus-within {
@@ -183027,11 +178976,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .\32xl\:focus-within\:border-gitpod-green:focus-within {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.\32xl\:focus-within\:border-gitpod-black:focus-within {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -183246,67 +179190,52 @@ input[type=text] {
.\32xl\:hover\:border-green-50:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.\32xl\:hover\:border-green-100:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.\32xl\:hover\:border-green-200:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.\32xl\:hover\:border-green-300:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.\32xl\:hover\:border-green-400:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.\32xl\:hover\:border-green-500:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.\32xl\:hover\:border-green-600:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.\32xl\:hover\:border-green-700:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.\32xl\:hover\:border-green-800:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.\32xl\:hover\:border-green-900:hover {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .\32xl\:hover\:border-green-light:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .\32xl\:hover\:border-green:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .\32xl\:hover\:border-green-dark:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.\32xl\:hover\:border-blue-50:hover {
@@ -183524,11 +179453,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .\32xl\:hover\:border-gitpod-green:hover {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.\32xl\:hover\:border-gitpod-black:hover {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -183743,67 +179667,52 @@ input[type=text] {
.\32xl\:focus\:border-green-50:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
+ border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}
.\32xl\:focus\:border-green-100:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
+ border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}
.\32xl\:focus\:border-green-200:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
+ border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}
.\32xl\:focus\:border-green-300:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
+ border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}
.\32xl\:focus\:border-green-400:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
+ border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}
.\32xl\:focus\:border-green-500:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
+ border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}
.\32xl\:focus\:border-green-600:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
+ border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}
.\32xl\:focus\:border-green-700:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
+ border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}
.\32xl\:focus\:border-green-800:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
+ border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}
.\32xl\:focus\:border-green-900:focus {
--tw-border-opacity: 1 !important;
- border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
- }
-
- .\32xl\:focus\:border-green-light:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(157, 215, 20, var(--tw-border-opacity)) !important;
- }
-
- .\32xl\:focus\:border-green:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(88, 177, 159, var(--tw-border-opacity)) !important;
- }
-
- .\32xl\:focus\:border-green-dark:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(70, 122, 69, var(--tw-border-opacity)) !important;
+ border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}
.\32xl\:focus\:border-blue-50:focus {
@@ -184021,11 +179930,6 @@ input[type=text] {
border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}
- .\32xl\:focus\:border-gitpod-green:focus {
- --tw-border-opacity: 1 !important;
- border-color: rgba(123, 168, 15, var(--tw-border-opacity)) !important;
- }
-
.\32xl\:focus\:border-gitpod-black:focus {
--tw-border-opacity: 1 !important;
border-color: rgba(22, 22, 22, var(--tw-border-opacity)) !important;
@@ -190373,262 +186277,202 @@ input[type=text] {
.\32xl\:placeholder-green-50::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-50:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-50::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-50::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-100::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-100:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-100::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-100::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-200::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-200:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-200::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-200::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-300::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-300:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-300::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-300::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-400::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-400:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-400::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-400::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-500::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-500:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-500::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-500::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-600::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-600:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-600::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-600::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-700::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-700:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-700::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-700::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-800::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-800:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-800::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-800::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-900::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-900:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-900::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-green-900::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:placeholder-green-light::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:placeholder-green-light:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:placeholder-green-light::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:placeholder-green-light::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:placeholder-green::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:placeholder-green:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:placeholder-green::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:placeholder-green::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:placeholder-green-dark::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:placeholder-green-dark:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:placeholder-green-dark::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:placeholder-green-dark::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:placeholder-blue-50::-webkit-input-placeholder {
@@ -191491,26 +187335,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
- .\32xl\:placeholder-gitpod-green::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:placeholder-gitpod-green:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:placeholder-gitpod-green::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:placeholder-gitpod-green::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
.\32xl\:placeholder-gitpod-black::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -192361,262 +188185,202 @@ input[type=text] {
.\32xl\:focus\:placeholder-green-50:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-50:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-50:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-50:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-100:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-100:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-100:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-200:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-200:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-200:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-300:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-300:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-300:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-400:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-400:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-400:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-500:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-500:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-500:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-600:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-600:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-600:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-700:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-700:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-700:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-800:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-800:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-800:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-900:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-900:focus::-ms-input-placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-green-900:focus::placeholder {
--tw-placeholder-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:focus\:placeholder-green-light:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:focus\:placeholder-green-light:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:focus\:placeholder-green-light:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:focus\:placeholder-green-light:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:focus\:placeholder-green:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:focus\:placeholder-green:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:focus\:placeholder-green:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:focus\:placeholder-green:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:focus\:placeholder-green-dark:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:focus\:placeholder-green-dark:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:focus\:placeholder-green-dark:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:focus\:placeholder-green-dark:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-placeholder-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}
.\32xl\:focus\:placeholder-blue-50:focus::-webkit-input-placeholder {
@@ -193479,26 +189243,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}
- .\32xl\:focus\:placeholder-gitpod-green:focus::-webkit-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:focus\:placeholder-gitpod-green:focus:-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:focus\:placeholder-gitpod-green:focus::-ms-input-placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
- .\32xl\:focus\:placeholder-gitpod-green:focus::placeholder {
- --tw-placeholder-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-placeholder-opacity)) !important;
- }
-
.\32xl\:focus\:placeholder-gitpod-black:focus::-webkit-input-placeholder {
--tw-placeholder-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-placeholder-opacity)) !important;
@@ -197414,55 +193158,43 @@ input[type=text] {
}
.\32xl\:ring-offset-green-50 {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.\32xl\:ring-offset-green-100 {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.\32xl\:ring-offset-green-200 {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.\32xl\:ring-offset-green-300 {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.\32xl\:ring-offset-green-400 {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.\32xl\:ring-offset-green-500 {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.\32xl\:ring-offset-green-600 {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.\32xl\:ring-offset-green-700 {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.\32xl\:ring-offset-green-800 {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.\32xl\:ring-offset-green-900 {
- --tw-ring-offset-color: #064e3b !important;
- }
-
- .\32xl\:ring-offset-green-light {
- --tw-ring-offset-color: #9DD714 !important;
- }
-
- .\32xl\:ring-offset-green {
- --tw-ring-offset-color: #58B19F !important;
- }
-
- .\32xl\:ring-offset-green-dark {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.\32xl\:ring-offset-blue-50 {
@@ -197637,10 +193369,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
- .\32xl\:ring-offset-gitpod-green {
- --tw-ring-offset-color: #7BA80F !important;
- }
-
.\32xl\:ring-offset-gitpod-black {
--tw-ring-offset-color: #161616 !important;
}
@@ -197814,55 +193542,43 @@ input[type=text] {
}
.\32xl\:focus-within\:ring-offset-green-50:focus-within {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.\32xl\:focus-within\:ring-offset-green-100:focus-within {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.\32xl\:focus-within\:ring-offset-green-200:focus-within {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.\32xl\:focus-within\:ring-offset-green-300:focus-within {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.\32xl\:focus-within\:ring-offset-green-400:focus-within {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.\32xl\:focus-within\:ring-offset-green-500:focus-within {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.\32xl\:focus-within\:ring-offset-green-600:focus-within {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.\32xl\:focus-within\:ring-offset-green-700:focus-within {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.\32xl\:focus-within\:ring-offset-green-800:focus-within {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.\32xl\:focus-within\:ring-offset-green-900:focus-within {
- --tw-ring-offset-color: #064e3b !important;
- }
-
- .\32xl\:focus-within\:ring-offset-green-light:focus-within {
- --tw-ring-offset-color: #9DD714 !important;
- }
-
- .\32xl\:focus-within\:ring-offset-green:focus-within {
- --tw-ring-offset-color: #58B19F !important;
- }
-
- .\32xl\:focus-within\:ring-offset-green-dark:focus-within {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.\32xl\:focus-within\:ring-offset-blue-50:focus-within {
@@ -198037,10 +193753,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
- .\32xl\:focus-within\:ring-offset-gitpod-green:focus-within {
- --tw-ring-offset-color: #7BA80F !important;
- }
-
.\32xl\:focus-within\:ring-offset-gitpod-black:focus-within {
--tw-ring-offset-color: #161616 !important;
}
@@ -198214,55 +193926,43 @@ input[type=text] {
}
.\32xl\:focus\:ring-offset-green-50:focus {
- --tw-ring-offset-color: #ecfdf5 !important;
+ --tw-ring-offset-color: #f7fee7 !important;
}
.\32xl\:focus\:ring-offset-green-100:focus {
- --tw-ring-offset-color: #d1fae5 !important;
+ --tw-ring-offset-color: #ecfccb !important;
}
.\32xl\:focus\:ring-offset-green-200:focus {
- --tw-ring-offset-color: #a7f3d0 !important;
+ --tw-ring-offset-color: #d9f99d !important;
}
.\32xl\:focus\:ring-offset-green-300:focus {
- --tw-ring-offset-color: #6ee7b7 !important;
+ --tw-ring-offset-color: #bef264 !important;
}
.\32xl\:focus\:ring-offset-green-400:focus {
- --tw-ring-offset-color: #34d399 !important;
+ --tw-ring-offset-color: #a3e635 !important;
}
.\32xl\:focus\:ring-offset-green-500:focus {
- --tw-ring-offset-color: #10b981 !important;
+ --tw-ring-offset-color: #84cc16 !important;
}
.\32xl\:focus\:ring-offset-green-600:focus {
- --tw-ring-offset-color: #059669 !important;
+ --tw-ring-offset-color: #65a30d !important;
}
.\32xl\:focus\:ring-offset-green-700:focus {
- --tw-ring-offset-color: #047857 !important;
+ --tw-ring-offset-color: #4d7c0f !important;
}
.\32xl\:focus\:ring-offset-green-800:focus {
- --tw-ring-offset-color: #065f46 !important;
+ --tw-ring-offset-color: #3f6212 !important;
}
.\32xl\:focus\:ring-offset-green-900:focus {
- --tw-ring-offset-color: #064e3b !important;
- }
-
- .\32xl\:focus\:ring-offset-green-light:focus {
- --tw-ring-offset-color: #9DD714 !important;
- }
-
- .\32xl\:focus\:ring-offset-green:focus {
- --tw-ring-offset-color: #58B19F !important;
- }
-
- .\32xl\:focus\:ring-offset-green-dark:focus {
- --tw-ring-offset-color: #467A45 !important;
+ --tw-ring-offset-color: #365314 !important;
}
.\32xl\:focus\:ring-offset-blue-50:focus {
@@ -198437,10 +194137,6 @@ input[type=text] {
--tw-ring-offset-color: #831843 !important;
}
- .\32xl\:focus\:ring-offset-gitpod-green:focus {
- --tw-ring-offset-color: #7BA80F !important;
- }
-
.\32xl\:focus\:ring-offset-gitpod-black:focus {
--tw-ring-offset-color: #161616 !important;
}
@@ -198710,67 +194406,52 @@ input[type=text] {
.\32xl\:ring-green-50 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.\32xl\:ring-green-100 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.\32xl\:ring-green-200 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.\32xl\:ring-green-300 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.\32xl\:ring-green-400 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.\32xl\:ring-green-500 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.\32xl\:ring-green-600 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.\32xl\:ring-green-700 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.\32xl\:ring-green-800 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.\32xl\:ring-green-900 {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
- }
-
- .\32xl\:ring-green-light {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
- }
-
- .\32xl\:ring-green {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
- }
-
- .\32xl\:ring-green-dark {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.\32xl\:ring-blue-50 {
@@ -198988,11 +194669,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
- .\32xl\:ring-gitpod-green {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
- }
-
.\32xl\:ring-gitpod-black {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -199207,67 +194883,52 @@ input[type=text] {
.\32xl\:focus-within\:ring-green-50:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus-within\:ring-green-100:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus-within\:ring-green-200:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus-within\:ring-green-300:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus-within\:ring-green-400:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus-within\:ring-green-500:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus-within\:ring-green-600:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus-within\:ring-green-700:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus-within\:ring-green-800:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus-within\:ring-green-900:focus-within {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
- }
-
- .\32xl\:focus-within\:ring-green-light:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
- }
-
- .\32xl\:focus-within\:ring-green:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
- }
-
- .\32xl\:focus-within\:ring-green-dark:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus-within\:ring-blue-50:focus-within {
@@ -199485,11 +195146,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
- .\32xl\:focus-within\:ring-gitpod-green:focus-within {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
- }
-
.\32xl\:focus-within\:ring-gitpod-black:focus-within {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -199704,67 +195360,52 @@ input[type=text] {
.\32xl\:focus\:ring-green-50:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus\:ring-green-100:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus\:ring-green-200:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus\:ring-green-300:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus\:ring-green-400:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus\:ring-green-500:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus\:ring-green-600:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus\:ring-green-700:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus\:ring-green-800:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus\:ring-green-900:focus {
--tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
- }
-
- .\32xl\:focus\:ring-green-light:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(157, 215, 20, var(--tw-ring-opacity)) !important;
- }
-
- .\32xl\:focus\:ring-green:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(88, 177, 159, var(--tw-ring-opacity)) !important;
- }
-
- .\32xl\:focus\:ring-green-dark:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(70, 122, 69, var(--tw-ring-opacity)) !important;
+ --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}
.\32xl\:focus\:ring-blue-50:focus {
@@ -199982,11 +195623,6 @@ input[type=text] {
--tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}
- .\32xl\:focus\:ring-gitpod-green:focus {
- --tw-ring-opacity: 1 !important;
- --tw-ring-color: rgba(123, 168, 15, var(--tw-ring-opacity)) !important;
- }
-
.\32xl\:focus\:ring-gitpod-black:focus {
--tw-ring-opacity: 1 !important;
--tw-ring-color: rgba(22, 22, 22, var(--tw-ring-opacity)) !important;
@@ -200425,67 +196061,52 @@ input[type=text] {
.\32xl\:text-green-50 {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.\32xl\:text-green-100 {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.\32xl\:text-green-200 {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.\32xl\:text-green-300 {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.\32xl\:text-green-400 {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.\32xl\:text-green-500 {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.\32xl\:text-green-600 {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.\32xl\:text-green-700 {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.\32xl\:text-green-800 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.\32xl\:text-green-900 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .\32xl\:text-green-light {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .\32xl\:text-green {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .\32xl\:text-green-dark {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.\32xl\:text-blue-50 {
@@ -200703,11 +196324,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .\32xl\:text-gitpod-green {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.\32xl\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -200922,67 +196538,52 @@ input[type=text] {
.group:hover .\32xl\:group-hover\:text-green-50 {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:text-green-100 {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:text-green-200 {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:text-green-300 {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:text-green-400 {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:text-green-500 {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:text-green-600 {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:text-green-700 {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:text-green-800 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:text-green-900 {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .group:hover .\32xl\:group-hover\:text-green-light {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .group:hover .\32xl\:group-hover\:text-green {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .group:hover .\32xl\:group-hover\:text-green-dark {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.group:hover .\32xl\:group-hover\:text-blue-50 {
@@ -201200,11 +196801,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .group:hover .\32xl\:group-hover\:text-gitpod-green {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.group:hover .\32xl\:group-hover\:text-gitpod-black {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -201419,67 +197015,52 @@ input[type=text] {
.\32xl\:focus-within\:text-green-50:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.\32xl\:focus-within\:text-green-100:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.\32xl\:focus-within\:text-green-200:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.\32xl\:focus-within\:text-green-300:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.\32xl\:focus-within\:text-green-400:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.\32xl\:focus-within\:text-green-500:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.\32xl\:focus-within\:text-green-600:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.\32xl\:focus-within\:text-green-700:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.\32xl\:focus-within\:text-green-800:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.\32xl\:focus-within\:text-green-900:focus-within {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .\32xl\:focus-within\:text-green-light:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .\32xl\:focus-within\:text-green:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .\32xl\:focus-within\:text-green-dark:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.\32xl\:focus-within\:text-blue-50:focus-within {
@@ -201697,11 +197278,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .\32xl\:focus-within\:text-gitpod-green:focus-within {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.\32xl\:focus-within\:text-gitpod-black:focus-within {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -201916,67 +197492,52 @@ input[type=text] {
.\32xl\:hover\:text-green-50:hover {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.\32xl\:hover\:text-green-100:hover {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.\32xl\:hover\:text-green-200:hover {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.\32xl\:hover\:text-green-300:hover {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.\32xl\:hover\:text-green-400:hover {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.\32xl\:hover\:text-green-500:hover {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.\32xl\:hover\:text-green-600:hover {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.\32xl\:hover\:text-green-700:hover {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.\32xl\:hover\:text-green-800:hover {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.\32xl\:hover\:text-green-900:hover {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .\32xl\:hover\:text-green-light:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .\32xl\:hover\:text-green:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .\32xl\:hover\:text-green-dark:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.\32xl\:hover\:text-blue-50:hover {
@@ -202194,11 +197755,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .\32xl\:hover\:text-gitpod-green:hover {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.\32xl\:hover\:text-gitpod-black:hover {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
@@ -202413,67 +197969,52 @@ input[type=text] {
.\32xl\:focus\:text-green-50:focus {
--tw-text-opacity: 1 !important;
- color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
+ color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}
.\32xl\:focus\:text-green-100:focus {
--tw-text-opacity: 1 !important;
- color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
+ color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}
.\32xl\:focus\:text-green-200:focus {
--tw-text-opacity: 1 !important;
- color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
+ color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}
.\32xl\:focus\:text-green-300:focus {
--tw-text-opacity: 1 !important;
- color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
+ color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}
.\32xl\:focus\:text-green-400:focus {
--tw-text-opacity: 1 !important;
- color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
+ color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}
.\32xl\:focus\:text-green-500:focus {
--tw-text-opacity: 1 !important;
- color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
+ color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}
.\32xl\:focus\:text-green-600:focus {
--tw-text-opacity: 1 !important;
- color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
+ color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}
.\32xl\:focus\:text-green-700:focus {
--tw-text-opacity: 1 !important;
- color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
+ color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}
.\32xl\:focus\:text-green-800:focus {
--tw-text-opacity: 1 !important;
- color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
+ color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}
.\32xl\:focus\:text-green-900:focus {
--tw-text-opacity: 1 !important;
- color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
- }
-
- .\32xl\:focus\:text-green-light:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(157, 215, 20, var(--tw-text-opacity)) !important;
- }
-
- .\32xl\:focus\:text-green:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(88, 177, 159, var(--tw-text-opacity)) !important;
- }
-
- .\32xl\:focus\:text-green-dark:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(70, 122, 69, var(--tw-text-opacity)) !important;
+ color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}
.\32xl\:focus\:text-blue-50:focus {
@@ -202691,11 +198232,6 @@ input[type=text] {
color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}
- .\32xl\:focus\:text-gitpod-green:focus {
- --tw-text-opacity: 1 !important;
- color: rgba(123, 168, 15, var(--tw-text-opacity)) !important;
- }
-
.\32xl\:focus\:text-gitpod-black:focus {
--tw-text-opacity: 1 !important;
color: rgba(22, 22, 22, var(--tw-text-opacity)) !important;
diff --git a/components/dashboard/tailwind.config.js b/components/dashboard/tailwind.config.js
index 2ccdf642b046bf..37d9dff5ae1ffc 100644
--- a/components/dashboard/tailwind.config.js
+++ b/components/dashboard/tailwind.config.js
@@ -7,11 +7,7 @@ module.exports = {
extend: {
colors: {
gray: colors.warmGray,
- green: {
- light: '#9DD714',
- DEFAULT: '#58B19F',
- dark: '#467A45',
- },
+ green: colors.lime,
red: {
light: '#EF9C9A',
DEFAULT: '#CE4A3E',
@@ -22,7 +18,6 @@ module.exports = {
DEFAULT: '#5C8DD6',
dark: '#265583',
},
- 'gitpod-green': '#7BA80F',
'gitpod-black': '#161616',
'gitpod-gray': '#8E8787',
'gitpod-kumquat-light': '#FFCE4F',
From a19626caa606f57099a5fda320d201d7844b147f Mon Sep 17 00:00:00 2001
From: Jan Keromnes
Date: Tue, 16 Mar 2021 17:37:56 +0000
Subject: [PATCH 4/4] [dashboard] Hide running workspace open button when group
isn't hovered
---
components/dashboard/src/start/CreateWorkspace.tsx | 4 ++--
components/dashboard/tailwind.config.js | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/dashboard/src/start/CreateWorkspace.tsx b/components/dashboard/src/start/CreateWorkspace.tsx
index d44b8cd69424ea..3d12735fbdef57 100644
--- a/components/dashboard/src/start/CreateWorkspace.tsx
+++ b/components/dashboard/src/start/CreateWorkspace.tsx
@@ -87,13 +87,13 @@ export class CreateWorkspace extends React.ComponentYou already have running workspaces with the same context. You can open an existing one or open a new workspace.
<>
{result?.existingWorkspaces?.map(w =>
-
+
{w.workspace.id}
{w.workspace.contextURL}
-
+
)}
diff --git a/components/dashboard/tailwind.config.js b/components/dashboard/tailwind.config.js
index 37d9dff5ae1ffc..bd5892ec5f603b 100644
--- a/components/dashboard/tailwind.config.js
+++ b/components/dashboard/tailwind.config.js
@@ -30,7 +30,7 @@ module.exports = {
},
outline: {
blue: '1px solid #000033',
- }
+ },
},
fontFamily: {
'sans': ['Inter', 'Helvetica', 'Arial', 'sans-serif'],