mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 04:00:13 +08:00
16 lines
357 B
Plaintext
16 lines
357 B
Plaintext
.@{timepicker-prefix-cls}-panel {
|
|
display: inline-block;
|
|
position: relative;
|
|
outline: none;
|
|
border: 1px solid #ccc;
|
|
list-style: none;
|
|
font-size: 12px;
|
|
text-align: left;
|
|
background-color: #fff;
|
|
border-radius: @border-radius-base;
|
|
box-shadow: 0 1px 5px #ccc;
|
|
background-clip: padding-box;
|
|
border: 1px solid #ccc;
|
|
line-height: 1.5;
|
|
}
|