@charset "UTF-8";
@import "./common/var.css";

@component-namespace el {
  @b steps {
    font-size: 0;

    > :last-child .el-step__line {
      display: none;
    }

    @when horizontal {
      white-space: nowrap;

      @when center {
        text-align: center;
      }
    }
  }
}
