forked from 77media/video-flow
148 lines
3.3 KiB
CSS
148 lines
3.3 KiB
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
*,
|
|
*:after,
|
|
*:before {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
:root {
|
|
--foreground-rgb: 0, 0, 0;
|
|
--background-start-rgb: 214, 219, 220;
|
|
--background-end-rgb: 255, 255, 255;
|
|
--ui-hoverable: #a5b4c7;
|
|
--text-secondary: #a0aec0;
|
|
--text-primary: #fff;
|
|
--ui-level1-layerbase: #131416;
|
|
|
|
/* 3dwave */
|
|
--index: calc(1vh + 1vw);
|
|
--transition: cubic-bezier(0.1, 0.7, 0, 1);
|
|
|
|
--gradient-color: linear-gradient(120deg, rgb(79, 222, 255, 0.75) -1%, rgb(230, 117, 255, 0.75) 100%);
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
--foreground-rgb: 255, 255, 255;
|
|
--background-start-rgb: 0, 0, 0;
|
|
--background-end-rgb: 0, 0, 0;
|
|
}
|
|
}
|
|
|
|
@layer base {
|
|
:root {
|
|
--background: 0 0% 0%;
|
|
--foreground: 0 0% 98%;
|
|
--card: 0 0% 3.9%;
|
|
--card-foreground: 0 0% 98%;
|
|
--popover: 0 0% 3.9%;
|
|
--popover-foreground: 0 0% 98%;
|
|
--primary: 0 0% 98%;
|
|
--primary-foreground: 0 0% 9%;
|
|
--secondary: 0 0% 14.9%;
|
|
--secondary-foreground: 0 0% 98%;
|
|
--muted: 0 0% 14.9%;
|
|
--muted-foreground: 0 0% 63.9%;
|
|
--accent: 0 0% 14.9%;
|
|
--accent-foreground: 0 0% 98%;
|
|
--destructive: 0 62.8% 30.6%;
|
|
--destructive-foreground: 0 0% 98%;
|
|
--border: 0 0% 14.9%;
|
|
--input: 0 0% 14.9%;
|
|
--ring: 0 0% 83.1%;
|
|
--chart-1: 220 70% 50%;
|
|
--chart-2: 160 60% 45%;
|
|
--chart-3: 30 80% 55%;
|
|
--chart-4: 280 65% 60%;
|
|
--chart-5: 340 75% 55%;
|
|
--radius: 0.5rem;
|
|
}
|
|
|
|
.light {
|
|
--background: 0 0% 0%;
|
|
--foreground: 0 0% 98%;
|
|
--card: 0 0% 3.9%;
|
|
--card-foreground: 0 0% 98%;
|
|
--popover: 0 0% 3.9%;
|
|
--popover-foreground: 0 0% 98%;
|
|
--primary: 0 0% 98%;
|
|
--primary-foreground: 0 0% 9%;
|
|
--secondary: 0 0% 14.9%;
|
|
--secondary-foreground: 0 0% 98%;
|
|
--muted: 0 0% 14.9%;
|
|
--muted-foreground: 0 0% 63.9%;
|
|
--accent: 0 0% 14.9%;
|
|
--accent-foreground: 0 0% 98%;
|
|
--destructive: 0 62.8% 30.6%;
|
|
--destructive-foreground: 0 0% 98%;
|
|
--border: 0 0% 14.9%;
|
|
--input: 0 0% 14.9%;
|
|
--ring: 0 0% 83.1%;
|
|
--chart-1: 220 70% 50%;
|
|
--chart-2: 160 60% 45%;
|
|
--chart-3: 30 80% 55%;
|
|
--chart-4: 280 65% 60%;
|
|
--chart-5: 340 75% 55%;
|
|
}
|
|
}
|
|
|
|
body {
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
/* background: radial-gradient(circle at 50% 0,
|
|
rgba(255, 0, 0, 0.4),
|
|
rgba(255, 0, 0, 0) 70.71%),
|
|
radial-gradient(circle at 6.7% 75%,
|
|
rgba(0, 0, 255, 0.4),
|
|
rgba(0, 0, 255, 0) 70.71%),
|
|
radial-gradient(circle at 93.3% 75%,
|
|
rgba(0, 0, 255, 0.4),
|
|
rgba(0, 0, 255, 0) 70.71%) beige !important; */
|
|
background: #000000 !important;
|
|
/* background-image: url('https://picsum.photos/1200/1200');
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-repeat: no-repeat; */
|
|
}
|
|
|
|
.hide-scrollbar::-webkit-scrollbar {
|
|
display: none !important;
|
|
}
|
|
*::-webkit-scrollbar {
|
|
display: none !important;
|
|
}
|
|
|
|
@layer base {
|
|
* {
|
|
@apply border-border;
|
|
}
|
|
|
|
body {
|
|
@apply text-foreground;
|
|
}
|
|
}
|
|
|
|
.button-NxtqWZ {
|
|
color: var(--ui-hoverable) !important;
|
|
cursor: pointer;
|
|
background-color: #0000;
|
|
border: none;
|
|
border-radius: 8px;
|
|
padding: 8px;
|
|
}
|
|
.button-NxtqWZ:hover {
|
|
background-color: #2f3237 !important;
|
|
}
|
|
|
|
.bg-muted {
|
|
width: 100%;
|
|
}
|
|
|
|
.focus-visible\:outline-none:focus-visible {
|
|
outline: none !important;
|
|
outline-offset: 0 !important;
|
|
box-shadow: none !important;
|
|
} |