diff --git a/public/css/custom.css b/public/css/custom.css index d7ffe6a03..1e96f50eb 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -70,44 +70,6 @@ button:focus border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0; } -.wizard-steps -{ - width: 3.375rem; - height: 3.375rem; - padding: 0; -} - -.wizard-steps-inner -{ - font-size: 1.875rem; -} - -.step-text -{ - cursor: default !important; - font-weight: 400; -} - -.after-step-text -{ - cursor: default !important; - font-weight: 600; -} - -.steps:not(:disabled):not(.disabled) -{ - cursor: default !important; -} - -.wizard-line -{ - width: 75%; - position: absolute; - margin-left: 7rem; - margin-top: 1.7rem; - margin-bottom: 1.7rem; - border-top: 5px solid rgba(0, 0, 0, 0.1); -} /*--------Wizard Steps Finish--------*/ diff --git a/public/css/element.css b/public/css/element.css index 0920b12d4..1d8fa5ed8 100644 --- a/public/css/element.css +++ b/public/css/element.css @@ -10529,9 +10529,9 @@ -webkit-box-align: center; -ms-flex-align: center; align-items: center; - width: 80px; - height: 80px; - font-size: 40px; + width: 70px; + height: 70px; + font-size: 35px; -webkit-box-sizing: border-box; box-sizing: border-box; background: #3c3f72; @@ -10547,6 +10547,10 @@ background: #6da252; } +.el-step__head.is-success .el-step__line { + background-color: #3c3f72; +} + .el-step__head.is-wait .el-step__icon-inner { color: #999999; } @@ -10670,7 +10674,7 @@ .el-step.is-horizontal .el-step__line { height: 5px; - top: 40px; + top: 35px; left: 0; right: 0 } diff --git a/resources/assets/js/views/install/Database.vue b/resources/assets/js/views/install/Database.vue index 7e210646c..9a0ae450f 100644 --- a/resources/assets/js/views/install/Database.vue +++ b/resources/assets/js/views/install/Database.vue @@ -1,35 +1,18 @@