2024-02-20 17:22:59 -06:00
|
|
|
@import "/themes/tailwind-base.css";
|
2023-12-16 16:20:59 +00:00
|
|
|
@import "/themes/theme-default.css";
|
|
|
|
|
@import "/themes/theme-blue.css";
|
|
|
|
|
@import "/themes/theme-gold.css";
|
|
|
|
|
@import "/themes/theme-green.css";
|
|
|
|
|
@import "/themes/theme-nature.css";
|
|
|
|
|
@import "/themes/theme-netflix.css";
|
|
|
|
|
@import "/themes/theme-nord.css";
|
|
|
|
|
@import "/themes/theme-orange.css";
|
|
|
|
|
@import "/themes/theme-red.css";
|
|
|
|
|
|
2021-01-09 09:26:46 -08:00
|
|
|
@tailwind base;
|
|
|
|
|
@tailwind components;
|
|
|
|
|
@tailwind utilities;
|
2021-01-30 08:52:37 -08:00
|
|
|
|
2023-12-16 16:20:59 +00:00
|
|
|
/* Duplicated var names with color space modifiers for swatches in vscode. See https://github.com/tailwindlabs/tailwindcss/discussions/10619 */
|
2021-01-30 08:52:37 -08:00
|
|
|
|
2023-12-16 16:20:59 +00:00
|
|
|
@layer base {
|
|
|
|
|
* {
|
|
|
|
|
@apply border-border;
|
2021-01-30 08:52:37 -08:00
|
|
|
}
|
2023-12-16 16:20:59 +00:00
|
|
|
body {
|
|
|
|
|
@apply bg-background text-foreground;
|
2021-09-03 14:11:23 +02:00
|
|
|
}
|
2021-08-26 13:54:36 +02:00
|
|
|
}
|
2024-02-10 05:30:53 -07:00
|
|
|
|
2024-06-03 13:43:30 -05:00
|
|
|
@layer utilities {
|
|
|
|
|
.scrollbar-container {
|
|
|
|
|
@apply scrollbar-thumb-rounded-full scrollbar-track-rounded-full scrollbar-thin scrollbar-thumb-border scrollbar-track-background_alt;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-02-20 17:22:59 -06:00
|
|
|
/* Hide scrollbar for Chrome, Safari and Opera */
|
|
|
|
|
.no-scrollbar::-webkit-scrollbar {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Hide scrollbar for IE, Edge and Firefox */
|
|
|
|
|
.no-scrollbar {
|
|
|
|
|
-ms-overflow-style: none; /* IE and Edge */
|
|
|
|
|
scrollbar-width: none; /* Firefox */
|
|
|
|
|
}
|
2024-03-14 10:50:06 -05:00
|
|
|
|
|
|
|
|
/* static fonts */
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 100;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-Thin.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: 100;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-ThinItalic.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 200;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-ExtraLight.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: 200;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-ExtraLightItalic.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-Light.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-LightItalic.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-Regular.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-Italic.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-Medium.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-MediumItalic.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-SemiBoldItalic.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-Bold.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-BoldItalic.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-ExtraBold.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-ExtraBoldItalic.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-Black.woff2") format("woff2");
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Inter";
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
font-display: swap;
|
|
|
|
|
src: url("../fonts/Inter-BlackItalic.woff2") format("woff2");
|
|
|
|
|
}
|
2024-05-25 15:15:30 -05:00
|
|
|
|
|
|
|
|
.react-resizable-handle {
|
|
|
|
|
z-index: 30;
|
2024-06-06 07:26:02 -05:00
|
|
|
background-image: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.react-grid-item.react-grid-placeholder {
|
|
|
|
|
border: 3px solid #a00000 !important;
|
|
|
|
|
opacity: 0.5 !important;
|
2024-05-25 15:15:30 -05:00
|
|
|
}
|