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