HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/dreamssalon-wp-market/wp-content/themes/dreamsalon/assets/scss/pages/_settings.scss
/*============================
    44. Settings
============================*/

@use "../utils/mixins" as *;
@use '../variables' as *;
.admin-panel {
    .settings-wrapper {
        .settings-links {
            .card {
                height: calc(100vh - 110px);
                min-height: 100%;
                border: none;
                border-right: 1px solid $border-color;
                @include respond-below(lg) {
                    min-height: auto;
                    height: auto;
                    border-right: none;
                    border-bottom: 1px solid $border-color;
                }
                .card-body {
                    @include respond-below(lg){
                        padding: 0 0 20px;
                    }
                }
            }
        }
        .settings-content {
            .navs-list {
                .btn {
                    border:  1px solid $border-color;
                    &:hover, &.active {
                        background-color: $dark;
                        color: $white;
                        border-color: $dark;
                    }
                }
            }
        }
        .table-heading {
            font-size: 16px;
        }
    }
    .modal-dialog.modal-dialog-centered {
        .btn-close {
            background-image: none;
            box-shadow: none;
            outline: none;
            font-size: 24px;
            color: $gray-500;
            padding: 0;
            margin: 0;
            line-height: 0;
            &:hover {
                color: $danger;
            }
        }
        .modal-body {
            padding: 20px;
        }
    }
    #otherReasonContainer {
        display: none;
    }
}