Iniit
Этот коммит содержится в:
поставляемый
+58
@@ -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;
|
||||
}
|
||||
поставляемый
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Ссылка в новой задаче
Block a user