Skip to content

Commit 9b56827

Browse files
committed
✨ [open-formulieren/open-forms#4544] Added design tokens for card 'previous' button display
1 parent 4a9bc7a commit 9b56827

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/card.tokens.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"padding-block-end": {"value": "40px"},
66
"padding-block-start": {"value": "40px"},
77
"padding-inline-end": {"value": "40px"},
8-
"padding-inline-start": {"value": "40px"}
8+
"padding-inline-start": {"value": "40px"},
9+
"previous-button": {
10+
"display-start": {"value": "none"},
11+
"display-end": {"value": "inline-block"}
12+
}
913
}
1014
}
1115
}

0 commit comments

Comments
 (0)