From 70b4c6b881a39b1eef9d32785c7722207a43edcb Mon Sep 17 00:00:00 2001 From: Doug Anderson444 Date: Fri, 26 Apr 2024 21:18:22 -0400 Subject: [PATCH] commit built css file --- crates/seed-keeper-wit-ui/output.css | 153 +++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 crates/seed-keeper-wit-ui/output.css diff --git a/crates/seed-keeper-wit-ui/output.css b/crates/seed-keeper-wit-ui/output.css new file mode 100644 index 0000000..464be13 --- /dev/null +++ b/crates/seed-keeper-wit-ui/output.css @@ -0,0 +1,153 @@ +/* @tailwind base; */ + +/* @tailwind components; */ + +.m-2 { + margin: 0.5rem +} + +.mt-2 { + margin-top: 0.5rem +} + +.flex { + display: flex +} + +.hidden { + display: none +} + +.w-full { + width: 100% +} + +.flex-1 { + flex: 1 1 0% +} + +.flex-col { + flex-direction: column +} + +.flex-col-reverse { + flex-direction: column-reverse +} + +.rounded { + border-radius: 0.25rem +} + +.border { + border-width: 1px +} + +.border-amber-500 { + --tw-border-opacity: 1; + border-color: rgb(245 158 11 / var(--tw-border-opacity)) +} + +.border-blue-400 { + --tw-border-opacity: 1; + border-color: rgb(96 165 250 / var(--tw-border-opacity)) +} + +.bg-blue-100 { + --tw-bg-opacity: 1; + background-color: rgb(219 234 254 / var(--tw-bg-opacity)) +} + +.bg-blue-500 { + --tw-bg-opacity: 1; + background-color: rgb(59 130 246 / var(--tw-bg-opacity)) +} + +.p-2 { + padding: 0.5rem +} + +.p-4 { + padding: 1rem +} + +.text-2xl { + font-size: 1.5rem; + line-height: 2rem +} + +.text-sm { + font-size: 0.875rem; + line-height: 1.25rem +} + +.font-bold { + font-weight: 700 +} + +.font-semibold { + font-weight: 600 +} + +.italic { + font-style: italic +} + +.text-blue-600 { + --tw-text-opacity: 1; + color: rgb(37 99 235 / var(--tw-text-opacity)) +} + +.text-neutral-700 { + --tw-text-opacity: 1; + color: rgb(64 64 64 / var(--tw-text-opacity)) +} + +.text-red-500 { + --tw-text-opacity: 1; + color: rgb(239 68 68 / var(--tw-text-opacity)) +} + +.text-red-600 { + --tw-text-opacity: 1; + color: rgb(220 38 38 / var(--tw-text-opacity)) +} + +.text-white { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)) +} + +.underline { + text-decoration-line: underline +} + +.hover\:bg-blue-700:hover { + --tw-bg-opacity: 1; + background-color: rgb(29 78 216 / var(--tw-bg-opacity)) +} + +.group:invalid .group-invalid\:pointer-events-none { + pointer-events: none +} + +.group:invalid .group-invalid\:opacity-30 { + opacity: 0.3 +} + +.peer:not(:-moz-placeholder-shown):not(:focus):invalid ~ .peer-\[\&\:not\(\:-moz-placeholder-shown\)\:not\(\:focus\)\:invalid\]\:block { + display: block +} + +.peer:not(:placeholder-shown):not(:focus):invalid ~ .peer-\[\&\:not\(\:placeholder-shown\)\:not\(\:focus\)\:invalid\]\:block { + display: block +} + +.invalid\:\[\&\:not\(\:-moz-placeholder-shown\)\:not\(\:focus\)\]\:border-red-500:not(:-moz-placeholder-shown):not(:focus):invalid { + --tw-border-opacity: 1; + border-color: rgb(239 68 68 / var(--tw-border-opacity)) +} + +.invalid\:\[\&\:not\(\:placeholder-shown\)\:not\(\:focus\)\]\:border-red-500:not(:placeholder-shown):not(:focus):invalid { + --tw-border-opacity: 1; + border-color: rgb(239 68 68 / var(--tw-border-opacity)) +}