feat(BOOK-768): Added UspCard component with stories and implemented it in blocks
Approved-by: Bianca Widstam
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.uspCard {
|
||||
display: grid;
|
||||
gap: var(--Space-x3);
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.icon {
|
||||
justify-self: start;
|
||||
}
|
||||
Reference in New Issue
Block a user