feat(BOOK-768): Added UspCard component with stories and implemented it in blocks

Approved-by: Bianca Widstam
This commit is contained in:
Erik Tiekstra
2026-01-28 07:47:15 +00:00
parent 22b0f71c16
commit 0d357a116b
10 changed files with 222 additions and 34 deletions

View File

@@ -0,0 +1,9 @@
.uspCard {
display: grid;
gap: var(--Space-x3);
align-content: start;
}
.icon {
justify-self: start;
}