mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 04:36:19 +08:00
19 lines
319 B
Plaintext
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;
|
|
}
|
|
}
|