2025-05-14 10:43:23 +00:00
|
|
|
@import "./fonts.css" layer(base);
|
2024-06-25 11:44:46 +00:00
|
|
|
|
2025-05-14 10:43:23 +00:00
|
|
|
@import "tailwindcss";
|
2023-05-03 12:36:53 +00:00
|
|
|
|
2025-05-14 10:43:23 +00:00
|
|
|
@import "./utilities.css";
|
2023-12-14 13:24:54 +00:00
|
|
|
|
2025-05-14 10:43:23 +00:00
|
|
|
@plugin 'tailwind-scrollbar';
|
|
|
|
|
@plugin '@tailwindcss/typography';
|
|
|
|
|
@plugin '@tailwindcss/forms';
|
2023-12-14 13:24:54 +00:00
|
|
|
|
2024-06-24 09:21:39 +00:00
|
|
|
|
2025-05-14 10:43:23 +00:00
|
|
|
@source '../../storage/framework/views/*.php';
|
2024-06-24 09:21:39 +00:00
|
|
|
|
2025-05-14 10:43:23 +00:00
|
|
|
@custom-variant dark (&:where(.dark, .dark *));
|
2024-06-24 09:21:39 +00:00
|
|
|
|
2026-02-16 01:54:19 +00:00
|
|
|
/* MapleDeploy branding: Canadian red accent, stone greys */
|
2025-05-14 10:43:23 +00:00
|
|
|
@theme {
|
|
|
|
|
--font-sans: Inter, sans-serif;
|
2026-02-16 01:54:19 +00:00
|
|
|
--font-display: 'Overlock', sans-serif;
|
2024-11-25 14:46:23 +00:00
|
|
|
|
2026-02-17 22:57:52 +00:00
|
|
|
--color-base: #1c1917;
|
2026-02-20 00:10:43 +00:00
|
|
|
--color-warning: #fde047;
|
2025-11-28 15:23:32 +00:00
|
|
|
--color-warning-50: #fefce8;
|
|
|
|
|
--color-warning-100: #fef9c3;
|
|
|
|
|
--color-warning-200: #fef08a;
|
|
|
|
|
--color-warning-300: #fde047;
|
2026-02-20 00:10:43 +00:00
|
|
|
--color-warning-400: #facc15;
|
|
|
|
|
--color-warning-500: #eab308;
|
2025-11-28 15:23:32 +00:00
|
|
|
--color-warning-600: #ca8a04;
|
|
|
|
|
--color-warning-700: #a16207;
|
|
|
|
|
--color-warning-800: #854d0e;
|
|
|
|
|
--color-warning-900: #713f12;
|
2025-10-09 14:38:05 +00:00
|
|
|
--color-success: #22C55E;
|
2025-05-14 10:43:23 +00:00
|
|
|
--color-error: #dc2626;
|
2026-02-16 01:54:19 +00:00
|
|
|
--color-coollabs-50: #fef3f2;
|
|
|
|
|
--color-coollabs: #d52b1e;
|
|
|
|
|
--color-coollabs-100: #f34d40;
|
|
|
|
|
--color-coollabs-200: #bc2519;
|
|
|
|
|
--color-coollabs-300: #9c2118;
|
|
|
|
|
--color-coolgray-100: #1c1917;
|
|
|
|
|
--color-coolgray-200: #292524;
|
|
|
|
|
--color-coolgray-300: #44403c;
|
|
|
|
|
--color-coolgray-400: #57534e;
|
|
|
|
|
--color-coolgray-500: #78716c;
|
2024-11-25 14:46:23 +00:00
|
|
|
}
|
|
|
|
|
|
2025-05-14 10:43:23 +00:00
|
|
|
/*
|
|
|
|
|
The default border color has changed to `currentcolor` in Tailwind CSS v4,
|
|
|
|
|
so we've added these compatibility styles to make sure everything still
|
|
|
|
|
looks the same as it did with Tailwind CSS v3.
|
2024-03-25 09:41:44 +00:00
|
|
|
|
2025-05-14 10:43:23 +00:00
|
|
|
If we ever want to remove these styles, we need to add an explicit border
|
|
|
|
|
color utility to any element that depends on these defaults.
|
|
|
|
|
*/
|
|
|
|
|
@layer base {
|
2025-05-19 11:43:08 +00:00
|
|
|
|
2025-05-14 10:43:23 +00:00
|
|
|
*,
|
|
|
|
|
::after,
|
|
|
|
|
::before,
|
|
|
|
|
::backdrop,
|
|
|
|
|
::file-selector-button {
|
2025-05-19 20:27:04 +00:00
|
|
|
border-color: var(--color-coolgray-200, currentcolor);
|
2025-05-14 10:43:23 +00:00
|
|
|
}
|
2024-03-22 15:52:20 +00:00
|
|
|
}
|
|
|
|
|
|
2025-05-14 10:43:23 +00:00
|
|
|
@keyframes lds-heart {
|
|
|
|
|
0% {
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
5% {
|
|
|
|
|
transform: scale(1.2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
39% {
|
|
|
|
|
transform: scale(0.85);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
45% {
|
|
|
|
|
transform: scale(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
60% {
|
|
|
|
|
transform: scale(0.95);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100% {
|
|
|
|
|
transform: scale(0.9);
|
|
|
|
|
}
|
2025-03-11 21:29:17 +00:00
|
|
|
}
|
|
|
|
|
|
2025-05-14 10:43:23 +00:00
|
|
|
/*
|
|
|
|
|
* Base styles
|
|
|
|
|
*/
|
|
|
|
|
html,
|
|
|
|
|
body {
|
2025-11-06 07:43:43 +00:00
|
|
|
@apply w-full min-h-full bg-gray-50 dark:bg-base dark:text-neutral-400;
|
2024-03-25 09:41:44 +00:00
|
|
|
}
|
|
|
|
|
|
2025-05-14 10:43:23 +00:00
|
|
|
body {
|
2026-01-19 18:27:19 +00:00
|
|
|
@apply min-h-screen text-sm antialiased scrollbar overflow-x-hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.coolify-monaco-editor {
|
|
|
|
|
@apply min-w-0 w-full;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.coolify-monaco-editor .monaco-editor,
|
|
|
|
|
.coolify-monaco-editor .overflow-guard {
|
|
|
|
|
max-width: 100%;
|
2024-03-22 15:52:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
option {
|
2024-03-24 15:00:25 +00:00
|
|
|
@apply dark:text-white dark:bg-coolgray-100;
|
2024-03-22 15:52:20 +00:00
|
|
|
}
|
|
|
|
|
|
2024-03-20 11:54:06 +00:00
|
|
|
button[isError]:not(:disabled) {
|
2025-10-01 06:23:35 +00:00
|
|
|
@apply text-red-800 dark:text-red-300 bg-red-50 dark:bg-red-900/30 border-red-300 dark:border-red-800 hover:bg-red-300 hover:text-white dark:hover:bg-red-800 dark:hover:text-white;
|
2023-07-13 11:16:24 +00:00
|
|
|
}
|
2023-12-14 13:24:54 +00:00
|
|
|
|
2024-03-20 11:54:06 +00:00
|
|
|
button[isHighlighted]:not(:disabled) {
|
2025-10-01 06:23:35 +00:00
|
|
|
@apply text-coollabs-200 dark:text-white bg-coollabs-50 dark:bg-coollabs/20 border-coollabs dark:border-coollabs-100 hover:bg-coollabs hover:text-white dark:hover:bg-coollabs-100 dark:hover:text-white;
|
2024-02-02 10:50:28 +00:00
|
|
|
}
|
|
|
|
|
|
2024-03-19 14:37:16 +00:00
|
|
|
h1 {
|
2026-02-16 01:54:19 +00:00
|
|
|
@apply text-3xl font-bold font-display dark:text-white;
|
2023-05-18 11:26:35 +00:00
|
|
|
}
|
2023-12-14 13:24:54 +00:00
|
|
|
|
2024-03-19 14:37:16 +00:00
|
|
|
h2 {
|
2026-02-16 01:54:19 +00:00
|
|
|
@apply text-xl font-bold font-display dark:text-white;
|
2023-05-18 11:26:35 +00:00
|
|
|
}
|
2023-12-14 13:24:54 +00:00
|
|
|
|
2024-03-19 14:37:16 +00:00
|
|
|
h3 {
|
2026-02-16 01:54:19 +00:00
|
|
|
@apply text-lg font-bold font-display dark:text-white;
|
2024-03-19 14:37:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4 {
|
2026-02-16 01:54:19 +00:00
|
|
|
@apply text-base font-bold font-display dark:text-white;
|
2024-03-19 14:37:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
2024-03-25 09:41:44 +00:00
|
|
|
@apply hover:text-black dark:hover:text-white;
|
2023-12-06 15:32:40 +00:00
|
|
|
}
|
2023-12-14 13:24:54 +00:00
|
|
|
|
2025-10-01 16:45:49 +00:00
|
|
|
button:focus-visible,
|
|
|
|
|
a:focus-visible {
|
|
|
|
|
@apply outline-none ring-2 ring-coollabs dark:ring-warning ring-offset-2 dark:ring-offset-coolgray-100;
|
|
|
|
|
}
|
|
|
|
|
|
2023-06-05 22:18:48 +00:00
|
|
|
label {
|
2024-03-24 15:00:25 +00:00
|
|
|
@apply dark:text-neutral-400;
|
2024-03-19 14:37:16 +00:00
|
|
|
}
|
2025-03-26 16:24:46 +00:00
|
|
|
|
2024-03-19 14:37:16 +00:00
|
|
|
table {
|
2024-05-03 14:49:41 +00:00
|
|
|
@apply min-w-full divide-y dark:divide-coolgray-200 divide-neutral-300;
|
2024-03-19 14:37:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
thead {
|
|
|
|
|
@apply uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tbody {
|
2024-03-24 15:00:25 +00:00
|
|
|
@apply divide-y dark:divide-coolgray-200 divide-neutral-300;
|
2024-03-19 14:37:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
tr {
|
2024-03-28 11:30:06 +00:00
|
|
|
@apply text-black dark:text-neutral-400 dark:hover:bg-black hover:bg-neutral-200;
|
2023-05-22 09:21:03 +00:00
|
|
|
}
|
2023-12-14 13:24:54 +00:00
|
|
|
|
2024-03-19 14:37:16 +00:00
|
|
|
tr th {
|
2024-03-25 18:07:59 +00:00
|
|
|
@apply px-3 py-3.5 text-left text-black dark:text-white;
|
2023-07-26 11:23:47 +00:00
|
|
|
}
|
2023-05-17 13:46:20 +00:00
|
|
|
|
2024-03-19 14:37:16 +00:00
|
|
|
tr th:first-child {
|
2025-05-14 10:43:23 +00:00
|
|
|
@apply py-3.5 pr-3 pl-4 sm:pl-6;
|
2023-06-02 10:34:45 +00:00
|
|
|
}
|
2023-12-14 13:24:54 +00:00
|
|
|
|
2024-03-19 14:37:16 +00:00
|
|
|
tr td {
|
|
|
|
|
@apply px-3 py-4 whitespace-nowrap;
|
2023-05-16 19:49:29 +00:00
|
|
|
}
|
2023-12-14 13:24:54 +00:00
|
|
|
|
2024-03-19 14:37:16 +00:00
|
|
|
tr td:first-child {
|
2025-05-14 10:43:23 +00:00
|
|
|
@apply pr-3 pl-4 font-bold sm:pl-6;
|
2023-05-16 19:49:29 +00:00
|
|
|
}
|
2023-12-14 13:24:54 +00:00
|
|
|
|
2024-10-30 07:39:14 +00:00
|
|
|
section {
|
|
|
|
|
@apply mb-12;
|
|
|
|
|
}
|
|
|
|
|
|
2025-05-14 10:43:23 +00:00
|
|
|
/*
|
|
|
|
|
* Utility classes
|
|
|
|
|
*/
|
|
|
|
|
.input[type="password"] {
|
2025-05-19 11:43:08 +00:00
|
|
|
@apply pr-[2.4rem];
|
2023-10-05 08:58:08 +00:00
|
|
|
}
|
2023-12-14 13:24:54 +00:00
|
|
|
|
2023-05-25 13:47:27 +00:00
|
|
|
.lds-heart {
|
2023-06-05 22:18:48 +00:00
|
|
|
animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
|
2025-12-04 12:14:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.log-highlight {
|
|
|
|
|
background-color: rgba(234, 179, 8, 0.4);
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
box-decoration-break: clone;
|
|
|
|
|
-webkit-box-decoration-break: clone;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dark .log-highlight {
|
|
|
|
|
background-color: rgba(234, 179, 8, 0.3);
|
2026-01-19 18:27:19 +00:00
|
|
|
}
|