king
2021-08-01 55a1b8402fd258da084df9b8a3935eef8450247c
src/menu/components/form/formaction/index.scss
@@ -4,24 +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;
  }
}