2023-05-12 13:39:07 +00:00
|
|
|
@tailwind base;
|
2023-03-17 14:33:48 +00:00
|
|
|
@tailwind components;
|
2023-04-14 19:09:38 +00:00
|
|
|
@tailwind utilities;
|
2023-05-03 12:36:53 +00:00
|
|
|
|
2023-05-18 11:26:35 +00:00
|
|
|
html {
|
2023-05-25 19:23:03 +00:00
|
|
|
@apply min-h-screen h-full bg-coolgray-100;
|
2023-05-18 11:26:35 +00:00
|
|
|
}
|
2023-05-03 12:36:53 +00:00
|
|
|
body {
|
2023-05-25 19:23:03 +00:00
|
|
|
@apply min-h-screen bg-coolgray-100 text-neutral-400 antialiased scrollbar-thumb-coollabs-100 scrollbar-track-coolgray-200 scrollbar-w-1;
|
|
|
|
}
|
|
|
|
main {
|
|
|
|
@apply px-32 xl:px-14 mx-auto max-w-screen-xl;
|
2023-05-18 11:26:35 +00:00
|
|
|
}
|
2023-05-25 19:23:03 +00:00
|
|
|
|
2023-05-18 11:26:35 +00:00
|
|
|
input[type="checkbox"] {
|
2023-05-22 13:47:40 +00:00
|
|
|
@apply toggle toggle-warning toggle-xs rounded;
|
2023-05-03 12:36:53 +00:00
|
|
|
}
|
2023-05-17 13:46:20 +00:00
|
|
|
input {
|
2023-05-22 13:47:40 +00:00
|
|
|
@apply input input-sm placeholder:text-neutral-700 text-white rounded-none;
|
2023-05-16 18:47:59 +00:00
|
|
|
}
|
2023-05-18 11:26:35 +00:00
|
|
|
input[type="text"],[type="number"],[type="email"],[type="password"] {
|
|
|
|
@apply read-only:opacity-40;
|
2023-05-17 13:46:20 +00:00
|
|
|
}
|
2023-05-22 09:21:03 +00:00
|
|
|
.label-text, label {
|
|
|
|
@apply text-neutral-400 text-sm;
|
|
|
|
}
|
2023-05-17 13:46:20 +00:00
|
|
|
|
2023-05-14 12:43:49 +00:00
|
|
|
textarea {
|
2023-05-22 13:47:40 +00:00
|
|
|
@apply textarea placeholder:text-neutral-700 text-white rounded-none;
|
2023-05-17 07:26:50 +00:00
|
|
|
}
|
2023-05-04 08:45:09 +00:00
|
|
|
select {
|
2023-05-22 13:47:40 +00:00
|
|
|
@apply select select-sm disabled:opacity-40 font-normal placeholder:text-neutral-700 text-white rounded-none;
|
2023-05-04 08:45:09 +00:00
|
|
|
}
|
2023-05-23 07:53:24 +00:00
|
|
|
.breadcrumbs > ul > li::before {
|
|
|
|
@apply text-warning opacity-100;
|
|
|
|
}
|
2023-05-18 11:26:35 +00:00
|
|
|
button[type="button"] {
|
2023-05-22 20:30:33 +00:00
|
|
|
@apply btn btn-xs bg-coolgray-200 no-animation normal-case text-white rounded-none;
|
2023-05-17 13:46:20 +00:00
|
|
|
}
|
|
|
|
button[type="submit"] {
|
2023-05-22 20:30:33 +00:00
|
|
|
@apply btn btn-xs no-animation normal-case text-white btn-primary rounded-none;
|
2023-05-18 11:26:35 +00:00
|
|
|
}
|
|
|
|
button[isWarning] {
|
2023-05-19 12:10:42 +00:00
|
|
|
@apply text-error;
|
2023-05-18 11:26:35 +00:00
|
|
|
}
|
|
|
|
button[isHighlighted] {
|
|
|
|
@apply btn-primary text-white;
|
2023-05-16 19:49:29 +00:00
|
|
|
}
|
|
|
|
h1 {
|
2023-05-18 13:12:26 +00:00
|
|
|
@apply text-3xl font-bold pb-4 text-white;
|
2023-05-16 19:49:29 +00:00
|
|
|
}
|
|
|
|
h2 {
|
2023-05-18 13:12:26 +00:00
|
|
|
@apply text-2xl font-bold pb-4 text-white;
|
2023-05-16 19:49:29 +00:00
|
|
|
}
|
|
|
|
h3 {
|
2023-05-18 13:12:26 +00:00
|
|
|
@apply text-xl font-bold py-4 text-white;
|
2023-05-16 19:49:29 +00:00
|
|
|
}
|
2023-05-18 11:26:35 +00:00
|
|
|
a {
|
|
|
|
@apply text-neutral-400 hover:text-white text-sm link link-hover hover:bg-transparent;
|
2023-05-16 19:49:29 +00:00
|
|
|
}
|
|
|
|
|
2023-05-22 13:47:40 +00:00
|
|
|
.main-navbar {
|
|
|
|
@apply fixed top-0 left-0 min-h-screen overflow-hidden;
|
|
|
|
}
|
|
|
|
.icon {
|
|
|
|
@apply w-6 h-6;
|
|
|
|
}
|
|
|
|
.icon:hover {
|
|
|
|
@apply text-white;
|
|
|
|
}
|
2023-05-16 19:49:29 +00:00
|
|
|
.box {
|
2023-05-22 20:30:33 +00:00
|
|
|
@apply flex items-center justify-center text-sm rounded-none cursor-pointer h-14 bg-coolgray-200 hover:bg-coollabs-100 hover:text-white p-2 hover:no-underline transition-colors;
|
2023-05-03 12:36:53 +00:00
|
|
|
}
|
2023-05-16 19:49:29 +00:00
|
|
|
|
2023-05-12 10:22:41 +00:00
|
|
|
.main-menu {
|
2023-05-12 13:39:07 +00:00
|
|
|
@apply relative float-left;
|
2023-05-12 09:17:56 +00:00
|
|
|
}
|
2023-05-12 10:22:41 +00:00
|
|
|
.main-menu:after {
|
2023-05-14 12:43:49 +00:00
|
|
|
content: "/";
|
2023-05-22 13:47:40 +00:00
|
|
|
@apply absolute border border-dotted rounded border-neutral-600 right-0 top-0 text-warning mx-1 px-2 mt-[0.3rem] text-sm;
|
|
|
|
}
|
|
|
|
.magic-badge {
|
|
|
|
@apply min-w-fit px-2 rounded text-center border border-dotted border-primary text-white text-xs;
|
2023-05-12 09:17:56 +00:00
|
|
|
}
|
2023-05-12 10:22:41 +00:00
|
|
|
.magic-input {
|
2023-05-22 20:30:33 +00:00
|
|
|
@apply input input-sm w-80 xl:w-96 placeholder:text-neutral-700 text-sm rounded-none;
|
2023-05-12 10:22:41 +00:00
|
|
|
}
|
|
|
|
.magic-items {
|
2023-05-22 13:47:40 +00:00
|
|
|
@apply absolute top-12 mt-2 w-[24rem] bg-coolgray-200 rounded z-50;
|
2023-05-12 10:22:41 +00:00
|
|
|
}
|
|
|
|
.magic-item {
|
2023-05-22 13:47:40 +00:00
|
|
|
@apply text-sm flex items-center gap-4 m-2 py-2 pl-4 cursor-pointer hover:bg-coolgray-500 text-neutral-400 hover:text-white transition-colors hover:shadow;
|
2023-05-12 10:22:41 +00:00
|
|
|
}
|
|
|
|
.magic-item-focused {
|
2023-05-22 13:47:40 +00:00
|
|
|
@apply bg-coolgray-400 text-white;
|
2023-05-12 10:22:41 +00:00
|
|
|
}
|
2023-05-25 13:47:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
.lds-heart {
|
|
|
|
animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
}
|
|
|
|
@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);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.bg-coollabs-gradient {
|
2023-05-25 19:23:03 +00:00
|
|
|
@apply text-transparent bg-clip-text bg-gradient-to-r from-purple-500 via-pink-500 to-red-500;
|
2023-05-25 13:47:27 +00:00
|
|
|
}
|