You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.@{prefixCalendarClass}-picker .@{prefixCalendarClass},
|
|
|
|
.@{prefixCalendarClass}-picker-container .@{prefixCalendarClass} {
|
|
|
|
position: absolute;
|
|
|
|
display: none;
|
|
|
|
left: -9999px;
|
|
|
|
top: -9999px;
|
|
|
|
z-index: 9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.@{prefixCalendarClass}-picker {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
&-icon {
|
|
|
|
position: absolute;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
.transition(all .3s @ease-in-out);
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
right: 8px;
|
|
|
|
color: #999;
|
|
|
|
top: 50%;
|
|
|
|
margin-top: -6px;
|
|
|
|
&:after {
|
|
|
|
content: "\e60c";
|
|
|
|
font-family: "anticon";
|
|
|
|
font-size: 12px;
|
|
|
|
color: #999;
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 1;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&-open .@{prefixCalendarClass},
|
|
|
|
&-container-open .@{prefixCalendarClass} {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
&-open &-input {
|
|
|
|
.active();
|
|
|
|
}
|
|
|
|
}
|