This commit is contained in:
2023-03-11 17:30:20 +00:00
commit b6c4e025bc
5124 changed files with 1153349 additions and 0 deletions
+58
View File
@@ -0,0 +1,58 @@
.multi-step .btn.btn-primary {
color: white;
}
.multi-step .modal-header .modal-steps .step:before {
border-color: #EAEAEA;
}
.multi-step .modal-header .modal-steps .step .dot {
border-color: #EAEAEA;
background-color: #EAEAEA;
}
.multi-step .modal-header .modal-steps .step:after {
border-color: #EAEAEA;
}
.multi-step .modal-header .modal-steps .step.current .dot:before {
background-color: #EAEAEA;
}
.multi-step .modal-header .modal-steps .step.skipped:after {
border-color: #ffc107;
}
.multi-step .modal-header .modal-steps .step.skipped .dot {
border-color: #ffc107;
}
.multi-step .modal-header .modal-steps .step.skipped .dot:before {
background-color: #ffc107;
}
.multi-step .modal-footer .btn-prev {
background-color: #39c0ba;
}
.multi-step .modal-footer .btn-prev.disabled {
background-color: #EAEAEA;
color: #000;
}
.multi-step .modal-footer .btn-skip {
background-color: #ffc107;
}
.multi-step .modal-footer .btn-skip.disabled {
background-color: #EAEAEA;
color: #000;
}
.multi-step .modal-footer .btn-next {
background-color: #39c0ba;
}
.multi-step .modal-footer .btn-next.disabled {
background-color: #EAEAEA;
color: #000;
}
File diff suppressed because one or more lines are too long