Skip to content

Commit 92ed689

Browse files
authored
feat: add css variables for spacing (#1165)
1 parent 8659ac7 commit 92ed689

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

projects/swimlane/ngx-ui/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## HEAD (unreleased)
44

5+
- Feature: New spacing CSS variables
6+
57
## 51.0.0-alpha.3 (2025-11-10)
68

79
- Fix (`ngx-dialog`): Default border radius for dialog that could interfere with custom template.

projects/swimlane/ngx-ui/src/lib/styles/layouts/_vars.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@
33
--spacing-0: 0px;
44
--spacing-2: 2px;
55
--spacing-4: 4px;
6+
--spacing-6: 6px;
67
--spacing-8: 8px;
78
--spacing-10: 10px;
89
--spacing-12: 12px;
10+
--spacing-14: 14px;
911
--spacing-16: 16px;
12+
--spacing-18: 18px;
1013
--spacing-20: 20px;
1114
--spacing-24: 24px;
1215
--spacing-30: 30px;
1316
--spacing-36: 36px;
17+
--spacing-40: 40px;
1418
--spacing-48: 48px;
1519

1620
// Radius Gaps

0 commit comments

Comments
 (0)