We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8659ac7 commit 92ed689Copy full SHA for 92ed689
projects/swimlane/ngx-ui/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## HEAD (unreleased)
4
5
+- Feature: New spacing CSS variables
6
+
7
## 51.0.0-alpha.3 (2025-11-10)
8
9
- Fix (`ngx-dialog`): Default border radius for dialog that could interfere with custom template.
projects/swimlane/ngx-ui/src/lib/styles/layouts/_vars.scss
@@ -3,14 +3,18 @@
--spacing-0: 0px;
--spacing-2: 2px;
--spacing-4: 4px;
+ --spacing-6: 6px;
--spacing-8: 8px;
--spacing-10: 10px;
--spacing-12: 12px;
10
+ --spacing-14: 14px;
11
--spacing-16: 16px;
12
+ --spacing-18: 18px;
13
--spacing-20: 20px;
14
--spacing-24: 24px;
15
--spacing-30: 30px;
16
--spacing-36: 36px;
17
+ --spacing-40: 40px;
18
--spacing-48: 48px;
19
20
// Radius Gaps
0 commit comments