💄 (Timeline): add @timeline-item-padding variable (#21013)

close #20953
This commit is contained in:
He Linming 2020-01-19 21:11:55 +08:00 committed by Amumu
parent 2584635d73
commit 6b3b6aa511
2 changed files with 2 additions and 1 deletions

View File

@ -784,6 +784,7 @@
@timeline-dot-border-width: 2px;
@timeline-dot-color: @primary-color;
@timeline-dot-bg: @component-background;
@timeline-item-padding: 0 0 20px;
// Typography
// ---

View File

@ -17,7 +17,7 @@
&-item {
position: relative;
margin: 0;
padding: 0 0 20px;
padding: @timeline-item-padding;
font-size: @font-size-base;
list-style: none;