PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/outtheboxministry.org/admin-panel/assets/sass/components/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/outtheboxministry.org/admin-panel/assets/sass/components/form-wizard.scss

.wizard > .content {
    min-height: auto;
    min-width: auto !important;
    margin: 0;
    margin-bottom: 15px !important;
    background: none;
    padding: 0 !important;
}

.wizard {
    .wizard-index {
        background-color: rgba(black, .4);
        height: 30px;
        width: 30px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        margin-right: 0.5rem;
    }

    .current, .done {
        .wizard-index {
            background-color: rgba(white, .2);
        }
    }
}

.wizard > .actions > ul > li {
    margin: 0;
    margin-left: 10px;
}

.wizard > .content > .body {
    float: none;
    position: static;
    width: auto;
    height: auto;
}

.wizard > .steps {
    margin-bottom: 1.5rem;

    a:hover {
        display: flex;
    }

    & > ul > li {
        width: auto;
    }
}

.wizard > .steps a {
    display: flex;
    align-items: center;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    margin: 0;
    margin-right: 10px;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: $color-primary;
}

.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: $color-danger;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background-color: $color-success;
    color: white !important;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background-color: $color-success;
    color: white;
}