feat(checkout): update button width and background color for payment components

This commit is contained in:
2026-07-16 11:02:30 -03:00
parent 524eea38f4
commit ada832cbba
2 changed files with 3 additions and 3 deletions

View File

@@ -23,8 +23,8 @@
&__action-btn { &__action-btn {
width: 100%; width: 100%;
flex: 1 1 290px; flex: 1 1 320px;
max-width: 290px; max-width: 320px;
display: block; display: block;
} }
} }

View File

@@ -4,7 +4,7 @@
min-height: 269px; min-height: 269px;
padding: 1.5rem 1.75rem; padding: 1.5rem 1.75rem;
border-radius: 5px; border-radius: 5px;
background: #bbb6b6; background: #ffffff;
color: #666666; color: #666666;
box-shadow: 0 0 0 1px #f1f1f1; box-shadow: 0 0 0 1px #f1f1f1;
display: flex; display: flex;