10 lines
227 B
CSS
10 lines
227 B
CSS
.useLoyaltyPointsContainer {
|
|
gap: 20px;
|
|
border-radius: 16px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background-color: var(--secondary-background);
|
|
width: 100%;
|
|
} |