king
2023-03-02 d1f19b794216b37417e114b71c1cd7a2ac3d7748
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;
@@ -71,8 +73,10 @@
      border: none;
    }
    .skip {
      float: right;
      color: rgba(0, 0, 0, 0.85);
      position: absolute;
      height: auto;
      right: 0px;
    }
  }
  .mk-form-action.no-button {