feat(checkout): update button width and background color for payment components
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
&__action-btn {
|
||||
width: 100%;
|
||||
flex: 1 1 290px;
|
||||
max-width: 290px;
|
||||
flex: 1 1 320px;
|
||||
max-width: 320px;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
min-height: 269px;
|
||||
padding: 1.5rem 1.75rem;
|
||||
border-radius: 5px;
|
||||
background: #bbb6b6;
|
||||
background: #ffffff;
|
||||
color: #666666;
|
||||
box-shadow: 0 0 0 1px #f1f1f1;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user