mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 12:38:58 +08:00
Add divider
This commit is contained in:
parent
2228e201cc
commit
f1646b29dc
@ -101,6 +101,15 @@ a {
|
|||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-divider {
|
||||||
|
margin: 0 4px;
|
||||||
|
color: #999;
|
||||||
|
display: inline-block;
|
||||||
|
height: 8px;
|
||||||
|
width: 1px;
|
||||||
|
background: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
code,
|
code,
|
||||||
kbd,
|
kbd,
|
||||||
pre,
|
pre,
|
||||||
|
Loading…
Reference in New Issue
Block a user