Merged in fix/LOY-500-use-points-button-css-not-correct (pull request #3301)

fix(LOY-500): fixed correct css for use points button

* fix(LOY-500): fixed styling for use points button

* fix(LOY-500): fix


Approved-by: Matilda Landström
This commit is contained in:
Emma Zettervall
2025-12-15 07:44:46 +00:00
parent 5861f9a811
commit e85248124f
4 changed files with 16 additions and 13 deletions

View File

@@ -85,11 +85,7 @@
flex-direction: column;
gap: var(--Space-x2);
}
@media screen and (max-width: 767px) {
.usePointsButton {
margin-top: var(--Space-x2);
}
}
@media screen and (min-width: 768px) {
.content {
grid-template-columns: auto 1fr;
@@ -109,9 +105,6 @@
border-radius: 0;
background: transparent;
}
.usePointsButton {
padding: 0;
}
}
@media screen and (min-width: 1367px) {

View File

@@ -80,7 +80,6 @@ export default async function PointsToSpendCard({
buttonVariant="Text"
contentData={usePointsData}
points={user.membership.currentPoints}
className={styles.usePointsButton}
/>
)}
</div>