/
githubmirror
/
algorithm-visualizer
Обзор
Документация
Войти
/
githubmirror
/
algorithm-visualizer
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/Navigator/Navigator.module.scss
41 строка
664 B
Jason Park
Rename jsx and scss files
09 июн 2019, 17:39
09 июн 2019, 17:39
60fcab5
Код
Авторство
О чём код?
@import "~common/stylesheet/index"; .navigator { flex: 1; display: flex; flex-direction: column; min-height: 0; .search_bar_container { height: $line-height; padding: 0 8px; display: flex; align-items: stretch; border-bottom: 1px solid $theme-light; &:focus-within { background-color: $color-overlay; } .search_icon { align-self: center; margin-right: 8px; } .search_bar { flex: 1; box-sizing: border-box; } } .algorithm_list { flex: 1; overflow-y: auto; } .footer { max-height: 30vh; border-top: 1px solid $theme-light; overflow-y: auto; } }