king
2022-03-24 26d0fa42ea8c63a87e8ef93d0915f75f46fb1f9c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.mk-form-action {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
 
  .prev {
    height: auto;
  }
  .submit {
    border: none;
    height: auto;
  }
  .skip {
    float: right;
    height: auto;
  }
}