Skip to content

Commit a1b4313

Browse files
committed
✨ [open-formulieren/open-forms#4544] Moved design tokens for 'previous' link to own file
1 parent 9b56827 commit a1b4313

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

src/components/card.tokens.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
"padding-block-end": {"value": "40px"},
66
"padding-block-start": {"value": "40px"},
77
"padding-inline-end": {"value": "40px"},
8-
"padding-inline-start": {"value": "40px"},
9-
"previous-button": {
10-
"display-start": {"value": "none"},
11-
"display-end": {"value": "inline-block"}
12-
}
8+
"padding-inline-start": {"value": "40px"}
139
}
1410
}
1511
}
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"of": {
3+
"previous-link": {
4+
"display-start": {"value": "none"},
5+
"display-end": {"value": "inline-block"},
6+
"icon": {
7+
"display": {"value": "none"}
8+
}
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)