Skip to content

Commit

Permalink
add new size var
Browse files Browse the repository at this point in the history
  • Loading branch information
novikov82 committed Jan 31, 2025
1 parent a324672 commit 6334631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/survey-creator-core/src/ctr-sizes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
--sjs-spacing-x4: calc(#{$spacing-unit} * 4);
--sjs-spacing-x350: calc(#{$spacing-unit} * 3.5);
--sjs-spacing-x5: calc(#{$spacing-unit} * 5);
--sjs-spacing-x550: calc(#{$spacing-unit} * 5.5);
--sjs-spacing-x6: calc(#{$spacing-unit} * 6);
--sjs-spacing-x7: calc(#{$spacing-unit} * 7);
--sjs-spacing-x8: calc(#{$spacing-unit} * 8);
Expand Down

0 comments on commit 6334631

Please sign in to comment.