/
Moss
/
Diplom
Обзор
Документация
Войти
/
Moss
/
Diplom
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
client/src/index.css
31 строка
614 B
Kursovaya
lol
08 июн 2025, 18:06
08 июн 2025, 18:06
c28cde0
Код
Авторство
О чём код?
@tailwind base; @tailwind components; @tailwind utilities; @layer base { body { @apply bg-gray-50 text-gray-900; } } @layer components { .btn { @apply px-4 py-2 rounded-md font-medium transition-colors; } .btn-primary { @apply bg-primary-600 text-white hover:bg-primary-700; } .btn-secondary { @apply bg-gray-200 text-gray-800 hover:bg-gray-300; } .input { @apply w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent; } .card { @apply bg-white rounded-lg shadow-md p-6; } }