/
AIConnection
/
exel_diff
Обзор
Документация
Войти
/
AIConnection
/
exel_diff
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
app/static/style.css
19 строк
371 B
19123130
init
23 мар 2026, 11:19
23 мар 2026, 11:19
c9f3825
Код
Авторство
О чём код?
/* Дополнительные стили можно добавить здесь */ .progress-container { display: none; margin-top: 20px; } .progress-bar { height: 20px; border-radius: 10px; background-color: #e9ecef; overflow: hidden; } .progress { height: 100%; width: 0%; background-color: #28a745; transition: width 0.3s; }