/
githubmirror
/
algorithm-visualizer
Обзор
Документация
Войти
/
githubmirror
/
algorithm-visualizer
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/ExpandableListItem/ExpandableListItem.module.scss
14 строк
224 B
Jason Park
Rename jsx and scss files
09 июн 2019, 17:39
09 июн 2019, 17:39
60fcab5
Код
Авторство
О чём код?
@import "~common/stylesheet/index"; .category { justify-content: space-between; .icon { margin-left: 4px; } } .expandable_list_item { background-color: $color-shadow; border-bottom: 1px solid $theme-dark; }