/
githubmirror
/
algorithm-visualizer
Обзор
Документация
Войти
/
githubmirror
/
algorithm-visualizer
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/core/renderers/LogRenderer/LogRenderer.module.scss
17 строк
294 B
Jason Park
Rename jsx and scss files
09 июн 2019, 17:39
09 июн 2019, 17:39
60fcab5
Код
Авторство
О чём код?
@import "~common/stylesheet/index"; .log { flex: 1; align-self: stretch; display: flex; flex-direction: column; align-items: stretch; overflow-y: auto; .content { padding: 24px; font-family: $font-family-monospace; white-space: pre-wrap; line-height: 1.6; } }