2025-04-02 13:24:56 +05:30

14 lines
286 B
CSS

#wizard-checkout .bs-stepper-header {
max-width: 800px;
}
.list-group .btn-pinned.btn-close {
top: 1.5rem !important;
}
html:not([dir=rtl]) .list-group .btn-pinned.btn-close {
right: 1.5rem !important;
}
[dir=rtl] .list-group .btn-pinned.btn-close {
left: 1.5rem !important;
}