/
githubmirror
/
algorithm-visualizer
Обзор
Документация
Войти
/
githubmirror
/
algorithm-visualizer
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/Player/Player.module.scss
52 строки
923 B
Jason Park
Rename jsx and scss files
09 июн 2019, 17:39
09 июн 2019, 17:39
60fcab5
Код
Авторство
О чём код?
@import "~common/stylesheet/index"; .player { .progress_bar { width: 160px; } .speed { display: flex; align-items: center; padding: 0 12px; white-space: nowrap; &:hover { background-color: $color-shadow; } .range { position: relative; height: 16px; width: 60px; margin-left: 8px; .range_label_container { display: none; } .range_track { top: 50%; height: 6px; margin-top: -3px; background-color: $theme-light; cursor: pointer; display: block; position: relative; } .range_slider { top: 0; width: 6px; height: 12px; margin-left: -3px; margin-top: -3px; appearance: none; background-color: $color-font; cursor: pointer; display: block; position: absolute; } } } }