22 lines
448 B
SCSS
22 lines
448 B
SCSS
/* Wizard checkout
|
|
******************************************************************************* */
|
|
|
|
@import "../_bootstrap-extended/include";
|
|
|
|
$checkout-wizard-header-width: 800px !default;
|
|
|
|
#wizard-checkout {
|
|
.bs-stepper-header {
|
|
max-inline-size: $checkout-wizard-header-width;
|
|
}
|
|
.raty img {
|
|
@include icon-base(1.5rem);
|
|
}
|
|
.alert {
|
|
.btn-pinned {
|
|
inset-block-start: .45rem;
|
|
inset-inline-end: .31rem;
|
|
}
|
|
}
|
|
}
|