king
2021-10-28 38471c1fdbfc9fb91109035df2d5fe055f5206d7
src/mob/modalconfig/index.scss
@@ -167,14 +167,27 @@
          text-align: center;
        }
      }
      .modal-btns {
        display: flex;
        .modal-reset {
          display: inline-block;
          height: 50px;
          width: 30%;
          font-size: 20px;
          border-radius: 0;
          opacity: 0.5;
          cursor: default;
        }
      .modal-submit {
        width: 100%;
          display: inline-block;
          width: 70%;
        border-radius: 0;
        opacity: 0.5;
        cursor: default;
        font-size: 20px;
        height: 50px;
      }
      }
      .modal-fields-row {
        min-height: calc(100% - 105px);