antd-group-slider
Version:
Grouped slider based on ant-design
33 lines (29 loc) • 678 B
CSS
.antd-group-slider__footer {
margin-top: 1rem;
}
.antd-group-slider__footer .ant-tooltip-disabled-compatible-wrapper .ant-btn {
width: 100%;
}
.antd-group-slider__btn-remove-range {
width: 100%;
}
.antd-group-slider__btn-add-range {
width: 100%;
}
.antd-group-slider-item__description {
display: flex;
align-items: center;
}
.antd-group-slider-item__description-left-text {
margin-right: 0.25rem;
white-space: nowrap;
}
.antd-group-slider-item__description-right-text {
margin-left: 0.25rem;
white-space: nowrap;
}
.ant-slider-handle.ant-slider-handle-1 {
/* make left slider slim */
border-radius: 0%;
width: 0px;
}