/
githubmirror
/
algorithm-visualizer
Обзор
Документация
Войти
/
githubmirror
/
algorithm-visualizer
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/ProgressBar/ProgressBar.module.scss
31 строка
480 B
Jason Park
Rename jsx and scss files
09 июн 2019, 17:39
09 июн 2019, 17:39
60fcab5
Код
Авторство
О чём код?
@import "~common/stylesheet/index"; .progress_bar { display: flex; align-items: center; justify-content: center; position: relative; background-color: $theme-light; cursor: pointer; pointer-events: auto; > * { pointer-events: none; } .active { position: absolute; height: 100%; left: 0; background-color: $color-active; } .label { position: absolute; color: $theme-dark; .current { font-weight: bold; } } }