/
githubmirror
/
Semantic-UI
Обзор
Документация
Войти
/
githubmirror
/
Semantic-UI
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/themes/github/elements/step.overrides
26 строк
558 B
jlukic
Move contents back to src
15 окт 2014, 22:04
15 окт 2014, 22:04
cf2673e
Код
Авторство
О чём код?
/******************************* Overrides *******************************/ .ui.steps .step:after { display: none; } .ui.steps .completed.step:before { opacity: 0.5; } .ui.steps .step.active:after { display: block; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.2); border-left: 1px solid rgba(0, 0, 0, 0.2); } .ui.vertical.steps .step.active:after { display: block; border: none; top: 50%; right: 0%; border-left: none; border-bottom: 1px solid rgba(0, 0, 0, 0.2); border-right: 1px solid rgba(0, 0, 0, 0.2); }