Skip to content

Commit

Permalink
use spacer vars (#2279)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Cortés <[email protected]>
  • Loading branch information
jecr authored Dec 5, 2024
1 parent 8d965df commit 77c420c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ $width-increment-5: $width-increment * 5;
@mixin action-button-positions {
right: unset;
position: relative;
padding: 8px 0px 0px 14px;
margin-bottom: -16px;
padding: $spacer-1 0px 0px 14px;
margin-bottom: -$spacer-2;
gap: unset;

> button {
Expand Down

0 comments on commit 77c420c

Please sign in to comment.