Order cancellation: Allow to set step size for fee amount

This commit is contained in:
Raphael Michel
2021-01-15 12:18:51 +01:00
parent 00667aff11
commit 18eedd8a5f
7 changed files with 51 additions and 4 deletions

View File

@@ -214,6 +214,11 @@ h2.subevent-head {
@include slider_background-image($brand-success, darken($brand-success, 5%), mix($brand-success, darken($brand-success, 5%)));
}
.slider-tick-container {
opacity: 0;
visibility: hidden;
}
input {
flex: 0;
}