mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
💄 (Timeline): add @timeline-item-padding variable (#21013)
close #20953
This commit is contained in:
parent
2584635d73
commit
6b3b6aa511
@ -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
|
||||
// ---
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user