HEX
Server: LiteSpeed
System: Linux php-prod-3.spaceapp.ru 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: sarli3128 (1010)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //home/retile.ru/public_html/admin/view/stylesheet/d_admin_style/core/scss/section/_setting.scss
.setting {

    font-size: 17px;

    .nav-pills {
        display: inline-block;
        border: 2px solid #DBDFEF;
        border-radius: 3px;

        & > li + li {
            margin: 0px 0px;

            & > a {
                border-left: 1px solid $border_color;
            }
        }

        & > li {

            & > a {
                padding: 15px 20px;
                font-size: 14px;
                font-weight: bold;
                background: none;
                color: $color;
                border: none;
                border-radius: 0px;

                &:hover {
                    color: #fff;
                    background: rgba($color, 0.17);
                }

                .fa {
                    margin-right: 5px;
                }
            }

            &.active > a {

                color: #fff;

                .fa {
                    color: $main_blue;
                }
            }

        }

        &.nav-stacked {
            width: 100%;
            height: 100%;
            border: none;
            border-right: 1px solid $border_color;
            border-radius: 0px;

            & > li {

                & > a {
                    padding: 15px 15px;
                    font-size: 16px;
                    border: none;
                }

            }

            & > li + li > a {
                border-top: 1px solid $border_color;
            }
        }
    }

    .page-header {

        border-bottom: 1px solid rgba($border_color, 0.7);

        h3 {
            font-weight: bold;
            color: #fff;
        }
    }

    button {
        // font-size: 18px;
    }

    .btn {
        // border: 2px solid #e4e9f3;
    }

    #setting_protections {

        margin-left: -8px;

        .s_protection {
            cursor: pointer;
            color: rgb(176, 177, 184);

            i {
                font-size: 56px;
                padding: 10px;
            }

            &.enabled {
                color: #fff;

                i {
                    color: $main_blue;
                }
            }
        }
    }

}