Chore/BOOK-773 replace old typography variables * chore(BOOK-773): Replaced body typography * chore(BOOK-773): Replaced caption typography * chore(BOOK-773): Replaced footnote typography * chore(BOOK-773): Replaced subtitle typography Approved-by: Bianca Widstam
13 lines
227 B
CSS
13 lines
227 B
CSS
.rewardValueContainer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: var(--Space-x05);
|
|
padding: 0 var(--Space-x4) 0 var(--Space-x4);
|
|
text-wrap: balance;
|
|
}
|
|
|
|
.checkIcon {
|
|
display: inline-flex;
|
|
}
|