Browse Source

update timeline style

pull/238/head
afc163 9 years ago
parent
commit
409c9d57fd
  1. 4
      style/components/timeline.less

4
style/components/timeline.less

@ -13,6 +13,7 @@
&-tail {
position: absolute;
left: 5px;
margin-top: 3px;
z-index: 1;
height: 100%;
border-left: 2px solid @timeline-color;
@ -27,6 +28,7 @@
width: 12px;
height: 12px;
background-color: #fff;
margin-top: 3px;
border-radius: 6px;
&-blue {
border: 2px solid @primary-color;
@ -45,7 +47,7 @@
}
&-content {
margin-left: 26px;
margin-left: 24px;
font-size: 12px;
}
}

Loading…
Cancel
Save