You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
558 B

  1. /*******************************
  2. Overrides
  3. *******************************/
  4. .ui.steps .step:after {
  5. display: none;
  6. }
  7. .ui.steps .completed.step:before {
  8. opacity: 0.5;
  9. }
  10. .ui.steps .step.active:after {
  11. display: block;
  12. border: none;
  13. border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  14. border-left: 1px solid rgba(0, 0, 0, 0.2);
  15. }
  16. .ui.vertical.steps .step.active:after {
  17. display: block;
  18. border: none;
  19. top: 50%;
  20. right: 0%;
  21. border-left: none;
  22. border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  23. border-right: 1px solid rgba(0, 0, 0, 0.2);
  24. }