index.less 485 B

12345678910111213141516171819202122232425262728
  1. .is-error-icon{
  2. color: @danger;
  3. font-size: 24px;
  4. }
  5. .@{elNamespace}-steps--horizontal.title-up{
  6. .@{elNamespace}-step{
  7. display: flex;
  8. &__main{
  9. position: relative;
  10. right: calc(100% - 48px);
  11. transform: translateX(100%);
  12. top: -7px;
  13. padding-right: 16px;
  14. flex-shrink: 0;
  15. max-width: 50%;
  16. background: #fff;
  17. }
  18. &__head{
  19. position: initial;
  20. }
  21. }
  22. }
  23. .title-up{
  24. // .@{elNamespace}-step:last-of-type.is-flex{
  25. // }
  26. }