/
AngelCareMe
/
task_queue
Обзор
Документация
Войти
/
AngelCareMe
/
task_queue
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
web/static/css/style.css
105 строк
2 KB
AngelCareMe
Dashboard done/project ready
29 июл 2025, 19:11
29 июл 2025, 19:11
1894643
Код
Авторство
О чём код?
body { background-color: #f8f9fa; } .navbar { box-shadow: 0 2px 4px rgba(0,0,0,.1); } .card { box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075); border: 1px solid rgba(0,0,0,.125); } .stat-card { text-align: center; padding: 1rem; border-radius: 0.5rem; color: white; } .stat-card.total { background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); } .stat-card.pending { background: linear-gradient(135deg, #f09819 0%, #edde5d 100%); } .stat-card.processing { background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%); } .stat-card.success { background: linear-gradient(135deg, #00b09b 0%, #96c93d 100%); } .stat-card.failed { background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%); } .stat-number { font-size: 2rem; font-weight: bold; display: block; } .stat-label { font-size: 0.9rem; opacity: 0.9; } .status-badge { padding: 0.5em 0.75em; border-radius: 0.25rem; font-size: 0.875em; font-weight: 500; } .status-pending { background-color: #fff3cd; color: #856404; } .status-processing { background-color: #cce5ff; color: #004085; } .status-success { background-color: #d4edda; color: #155724; } .status-failed { background-color: #f8d7da; color: #721c24; } .btn-action { padding: 0.25rem 0.5rem; font-size: 0.875rem; } .table th { border-top: none; font-weight: 600; } .toast { z-index: 1050; } #search-input { width: 200px; } @media (max-width: 768px) { .stat-number { font-size: 1.5rem; } #search-input { width: 150px; } }