9 lines
164 B
CSS
9 lines
164 B
CSS
.claim {
|
|
color: var(--Text-Secondary);
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
gap: var(--Space-x2);
|
|
white-space: nowrap;
|
|
}
|