/
Decoy
/
Test-task-stud-lab
Обзор
Документация
Войти
/
Decoy
/
Test-task-stud-lab
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
src/styles/globals.css
60 строк
1 KB
Decoy
[+] done UI and CRUD functons
12 июн 2025, 01:09
12 июн 2025, 01:09
70a4560
Код
Авторство
О чём код?
@import 'tailwindcss'; @tailwind base; @tailwind components; @tailwind utilities; @theme { --font-sans: var(--font-geist-sans), ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; } :root { --color-bg-main: 27, 30, 39; --color-bg-div: 39, 42, 56; --color-bg-div-dark: 35, 37, 50; --color-bg-div-selected: 35, 52, 78; --color-bg-div-selected-border: 0, 137, 255; --color-bg-div-selected-hover-2: 64, 180, 255; --color-bg-div-selected-hover: 62, 93, 141; --color-bg-button: 48, 53, 73; --color-bg-button-light: 67, 74, 102; --color-red-figma: 235, 87, 87; --green: 117, 187, 92; --yellow: 206, 213, 57; --black: 0, 0, 0; --red: 223, 52, 48; --white: 226, 232, 240; --text: 235, 235, 235; --sub: 146, 147, 149; --sub-secondary: 106, 107, 109; } .scrollbar-custom { overflow-y: scroll; scrollbar-width: thin; } .scrollbar-theme { scrollbar-width: thin; scrollbar-color: #ccc transparent; } .scrollbar-theme::-webkit-scrollbar { width: 8px; } .scrollbar-theme::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 4px; } .scrollbar-theme::-webkit-scrollbar-track { background: transparent; } .dark .scrollbar-theme { scrollbar-color: #555 transparent; } .dark .scrollbar-theme::-webkit-scrollbar-thumb { background-color: #555; }