legendary-doc-site/assets/semantic-ui/themes/github/elements/step.overrides
2020-07-03 18:22:25 -05:00

26 lines
No EOL
558 B
Text

/*******************************
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);
}