/
rxeev
/
react-code-editor
Обзор
Документация
Войти
/
rxeev
/
react-code-editor
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/CodeBar/codebar.module.css
37 строк
652 B
unknown
full
13 сен 2022, 18:04
13 сен 2022, 18:04
27c0be7
Код
Авторство
О чём код?
.codebar{ width: 600px; background: #272822; position: relative; } .tab{ display: flex; align-items: center; justify-content: center; height: 70px; padding: 0 15px; gap: 15px; border-bottom: 2px solid #333; } button { height: 50px; display: flex; flex: 1 1 auto; justify-content: center; align-items: center; border-radius: 4px; background: #333; color: white; cursor: pointer; font-size: 15px; font-weight: 600; outline: none; border: none; } .active{ background: #c0a50e; color: white; } .editor{ height: calc(100vh - 70px); padding: 10px; }