fix: Update timeline badge threshold value
This commit is contained in:
parent
714f561549
commit
b2a04484cb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
$timeline-item-icon-size: 34px;
|
||||
$timeline-item-left-margin: var(--margin-xl);
|
||||
$threshold: 20;
|
||||
$threshold: 25;
|
||||
|
||||
@mixin timeline-indicator($indicator-size) {
|
||||
width: $indicator-size;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue