king
2021-11-10 5af280c40f52a839fc4bda38934f680cccf98763
src/mob/modalconfig/index.scss
@@ -176,26 +176,15 @@
          font-size: 16px;
        }
      }
      .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 {
          display: inline-block;
          width: 70%;
          border-radius: 0;
          opacity: 0.5;
          cursor: default;
          font-size: 20px;
          height: 50px;
        }
      .modal-submit {
        display: block;
        width: calc(100% - 30px);
        opacity: 0.5;
        cursor: default;
        font-size: 20px;
        height: 50px;
        margin: 15px 15px;
        border-radius: 25px;
      }
      .modal-fields-row {