king
2021-08-31 72419e2f826031a158173f46d723a672064e37cd
src/menu/components/form/formaction/index.scss
@@ -4,23 +4,14 @@
  padding-bottom: 10px;
  .prev {
    margin-right: 15px;
  }
  .prev.false {
    span {
      text-decoration: line-through;
    }
    height: auto;
  }
  .submit {
    border: none;
    height: auto;
  }
  .skip {
    position: absolute;
    right: 5px;
  }
  .skip:not(.true) {
    span {
      text-decoration: line-through;
    }
    float: right;
    height: auto;
  }
}