/
rxeev
/
react-code-editor
Обзор
Документация
Войти
/
rxeev
/
react-code-editor
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/Preview/Preview.module.css
23 строки
364 B
unknown
full
13 сен 2022, 18:04
13 сен 2022, 18:04
27c0be7
Код
Авторство
О чём код?
.content{ height: calc(100vh - 70px); background: #272822; } .preview{ width: 100%; height: 100%; background: white; } .loading{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; font-size: 28px; font-weight: bold; background: #272822; color: rgba(255,255,255, .1); }