refactor(checkout): update button sizes for consistent layout across checkout steps
This commit is contained in:
parent
639004c8c6
commit
7e8a638d01
|
|
@ -19,8 +19,8 @@
|
|||
&__action-btn {
|
||||
display: block;
|
||||
width: 100%;
|
||||
flex: 1 1 253px;
|
||||
max-width: 253px;
|
||||
flex: 1 1 290px;
|
||||
max-width: 290px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@
|
|||
variant="cancel"
|
||||
hostClass="checkout-payment__action-btn"
|
||||
buttonClass="w-100"
|
||||
[disabled]="true"
|
||||
(click)="cancelStep.emit()"
|
||||
>
|
||||
Cancelar
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
|
||||
&__action-btn {
|
||||
width: 100%;
|
||||
flex: 1 1 253px;
|
||||
max-width: 253px;
|
||||
flex: 1 1 290px;
|
||||
max-width: 290px;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
|
@ -112,7 +112,7 @@
|
|||
min-width: 0;
|
||||
&__card {
|
||||
width: 100%;
|
||||
max-width: 253px;
|
||||
max-width: 290px;
|
||||
min-height: 269px;
|
||||
padding: 1.5rem 1.75rem;
|
||||
border-radius: 5px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue