/
githubmirror
/
algorithm-visualizer
Обзор
Документация
Войти
/
githubmirror
/
algorithm-visualizer
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/App/App.module.scss
30 строк
417 B
Jason Park
Rename jsx and scss files
09 июн 2019, 17:39
09 июн 2019, 17:39
60fcab5
Код
Авторство
О чём код?
@import "~common/stylesheet/index"; .app { display: flex; flex-direction: column; align-items: stretch; height: 100%; background-color: $theme-normal; .header { } .workspace { flex: 1; .visualization_viewer { background-color: $theme-dark; } .editor_tab_container { } } .toast_container { position: absolute; bottom: 0; right: 0; z-index: 99; } }