/
creartum
/
mdata-test
Обзор
Документация
Войти
/
creartum
/
mdata-test
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/app/data/data.scss
36 строк
655 B
Sergei
initial_commit
05 июл 2025, 00:50
05 июл 2025, 00:50
025736a
Код
Авторство
О чём код?
:host { display: flex; justify-content: center; height: calc(100% - 352px); .loading { top: 0; z-index: 1000; position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0,.2); display: flex; justify-content: center; align-items: center; } .container { width: 100vw; img { height: 352px; display: flex; justify-self: center; } .filters { height: 21px; } .table { height: calc(100% - 25px); overflow: auto; } } }