Skip to content

Commit

Permalink
chore: used style variable for padding
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanVor committed Feb 11, 2024
1 parent 4d80807 commit c035a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $block: '.#{variables.$ns}table-column-setup';

#{$block} {
&__apply {
margin: 4px 4px 0;
margin: var(--g-spacing-1) var(--g-spacing-1) 0;
}

// to override this https://github.com/gravity-ui/uikit/blob/main/src/components/useList/components/ListItemView/ListItemView.scss#L25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
$block: '.#{variables.$ns}tree-select-item';

#{$block} {
padding: 0 4px;
padding: 0 var(--g-spacing-1);
}

0 comments on commit c035a4e

Please sign in to comment.