Skip to content

Commit

Permalink
Tweak timeline style
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 18, 2017
1 parent 914fec9 commit 90e82f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/timeline/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

&-tail {
position: absolute;
left: 5px;
left: 4px;
top: 0.75em;
height: 100%;
border-left: 2px solid @timeline-color;
Expand All @@ -31,13 +31,11 @@

&-head {
position: absolute;
width: 12px;
height: 12px;
width: 10px;
height: 10px;
background-color: @component-background;
border-radius: 100px;
border: 2px solid transparent;
margin-top: -6px;
top: 0.75em;

&-blue {
border-color: @primary-color;
Expand Down Expand Up @@ -69,6 +67,8 @@

&-content {
padding: 0 0 0 24px;
position: relative;
top: -(@font-size-base * @line-height-base - @font-size-base) + 1px;
}

&-last {
Expand Down

0 comments on commit 90e82f1

Please sign in to comment.