feat: update spacing values
This commit is contained in:
parent
1d484d664f
commit
22eb49d059
2 changed files with 12 additions and 6 deletions
|
@ -2,10 +2,12 @@ export default {
|
||||||
0: 0,
|
0: 0,
|
||||||
1: 4,
|
1: 4,
|
||||||
2: 8,
|
2: 8,
|
||||||
3: 16,
|
3: 12,
|
||||||
4: 24,
|
4: 16,
|
||||||
5: 32,
|
5: 20,
|
||||||
6: 48,
|
6: 24,
|
||||||
7: 64,
|
7: 28,
|
||||||
8: 80,
|
8: 32,
|
||||||
|
9: 36,
|
||||||
|
10: 40,
|
||||||
};
|
};
|
||||||
|
|
|
@ -6,3 +6,7 @@
|
||||||
.flow > * + * {
|
.flow > * + * {
|
||||||
margin-block-start: var(--flow-space, 1em);
|
margin-block-start: var(--flow-space, 1em);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flow-space-default {
|
||||||
|
--flow-space: 1em;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue