/
Uyama
/
avito-tech-testcase
Обзор
Документация
Войти
/
Uyama
/
avito-tech-testcase
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/shared/ui/loadErrorWrapper/styles.module.css
18 строк
321 B
Uyama
feat(fetch status wrapper): add wrapper component for loading and error states
07 сен 2024, 22:59
07 сен 2024, 22:59
05f6419
Код
Авторство
О чём код?
.pending { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; } .error { display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; padding: 10px 5px; color: var(--text-error); word-break: break-all; }