totaltimeselector.less
.total-time-selector {
.choose-time {
display: inline-block;
width: ~"calc(50% - 5px)";
&.end-time {
padding-left: 20px;
}
.choice-label {
font-size: small;
font-weight: normal;
padding-right: 110px;
}
.timepicker .timepickerwidget {
right: -5px;
left: -75px;
}
}
}
@media screen and (max-width: 550px) {
.total-time-selector {
.choose-time {
.choice-label {
padding-right: 0px;
}
}
}
}