king
2021-08-26 e9c48bd7356462ba9257540b130a47a65ad1861d
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;
  }
}