ant-design/style/components/datepicker/TimePicker.less
2015-12-25 14:52:41 +08:00

19 lines
319 B
Plaintext

@import "../../mixins/input";
.@{calendar-prefix-cls}-time {
.@{calendar-prefix-cls}-input,
.@{timepicker-prefix-cls}-input {
.input;
height: 22px;
width: 96px;
}
.@{timepicker-prefix-cls}-icon {
display: none;
}
&-picker-wrap {
position: absolute;
left: 106px;
top: 6px;
}
}