style(StackSeries, Stack): update padding in StackSeries and Stack components (#5154)

This commit is contained in:
Pavel Laptev 2024-10-15 17:55:58 +02:00 committed by GitHub
parent 998f12d0a1
commit 3620ad6093
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View File

@ -299,8 +299,9 @@
.lane-branches__action {
z-index: var(--z-lifted);
position: sticky;
padding: 14px;
padding: 12px;
bottom: 0px;
transition: background-color var(--transition-fast);
&:not(.scroll-end-visible) {
background-color: var(--clr-bg-1);

View File

@ -54,9 +54,5 @@
border: 1px solid var(--clr-border-2);
border-radius: var(--radius-m);
background: var(--clr-bg-1);
&:last-child {
margin-bottom: 12px;
}
}
</style>