ant-design/style/components/divider.less

9 lines
123 B
Plaintext
Raw Normal View History

2015-07-12 13:15:05 +08:00
.ant-divider {
margin: 0 4px;
color: #999;
display: inline-block;
2015-07-16 18:26:17 +08:00
height: 8px;
width: 1px;
background: #ccc;
2015-07-12 13:15:05 +08:00
}