/
guselnikov
/
inst
Обзор
Документация
Войти
/
guselnikov
/
inst
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
admin/src/components/ui/Card.module.css
29 строк
445 B
Viktor Guselnikov
first_commit
07 июл 2026, 11:54
07 июл 2026, 11:54
098126a
Код
Авторство
О чём код?
.card { background: var(--bg-surface); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-surface); border: 1px solid var(--border); } .elevated { box-shadow: var(--shadow-sm); } .header { margin-bottom: 20px; } .title { margin: 0 0 4px; font-size: 15px; font-weight: 600; letter-spacing: -0.02em; } .description { margin: 0; font-size: 13px; color: var(--text-muted); line-height: 1.5; }