uxcore-time-picker
Version:
uxcore-time-picker component for uxcore.
34 lines (30 loc) • 578 B
text/less
.@{__timePickerPrefixClass}-panel {
z-index: 1070;
// width: 200px;
position: absolute;
box-sizing: border-box;
line-height: 0;
* {
box-sizing: border-box;
}
&-inner {
display: inline-block;
position: relative;
outline: none;
width: 100%;
list-style: none;
font-size: 12px;
text-align: left;
background-color: #fff;
box-shadow: @box-shadow-1;
background-clip: padding-box;
line-height: 1.5;
border: 1px solid @normal-6;
}
&-narrow {
// max-width: 113px;
}
&-combobox {
line-height: 0;
}
}