polestar-ui-kit
Version:
## Install
19 lines (16 loc) • 398 B
text/less
.@{calendar-prefix-cls}-picker {
width: 100% ;
}
.@{calendar-prefix-cls}-picker.ps-datepicker-readonly {
.@{calendar-prefix-cls}-picker-input {
background: @gray-1;
color: @gray-10;
cursor: text;
}
.@{calendar-prefix-cls}-picker-icon {
cursor: default;
}
.@{calendar-prefix-cls}-range-picker-input {
cursor: text;
}
}