ant-design/style/components/datepicker/TimePicker.less

19 lines
319 B
Plaintext
Raw Normal View History

2015-06-09 15:21:44 +08:00
@import "../../mixins/input";
2015-08-20 16:55:42 +08:00
.@{calendar-prefix-cls}-time {
.@{calendar-prefix-cls}-input,
.@{timepicker-prefix-cls}-input {
.input;
height: 22px;
width: 96px;
2015-06-11 18:08:00 +08:00
}
.@{timepicker-prefix-cls}-icon {
display: none;
}
&-picker-wrap {
position: absolute;
2015-12-25 14:52:41 +08:00
left: 106px;
top: 6px;
2015-06-11 18:08:00 +08:00
}
2015-06-10 19:46:41 +08:00
}