king
2024-02-23 7e5200a09b2c6282382ec8725220f5561de139f6
src/tabviews/custom/components/form/step-form/index.scss
@@ -11,10 +11,12 @@
    line-height: 30px;
    min-height: 50px;
    margin-bottom: 20px;
    font-weight: inherit;
    .form-title {
      position: relative;
      flex: 1;
      text-align: center;
      font-weight: inherit;
      .form-sort {
        background: #d8d8d8;
        display: block;
@@ -69,6 +71,7 @@
    .submit {
      min-width: 70px;
      border: none;
      border-style: solid;
    }
    .skip {
      color: rgba(0, 0, 0, 0.85);
@@ -81,6 +84,9 @@
    padding: 0;
    height: 0;
  }
  .mk-form-action.has-skip {
    padding-right: 50px;
  }
  
  .loading-mask {
    position: absolute;