HEX
Server: Apache/2.4.25
System: Linux ion14 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64
User: (10087)
PHP: 7.4.30
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,system, exec, shell_exec, passthru, popen, proc_open
Upload Files
File: /home/www/web115/wordpress/wp-content/themes/osmosis/includes/framework/assets/scss/media.scss
.redux-main {
    .button.remove-image,
    .removeCSS {
        margin-left: 10px;
        color: #ef521d;

        &:hover {
            color: #ff0;
        }
    }

    .upload_button_div {
        margin-bottom: 5px;
    }

    .upload-error {
        float: left;
        color: #666;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
        text-shadow: 1px 1px 0 #fff;
        margin: 0 10px 0 0;
        padding: 3px 10px;
        background: #ffdfec;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .reset-button {
        font-family: Arial, Verdana, sans-serif;
        float: left;
        margin: 0;
        color: #ef521d;
        border-color: #bbb;
    }

    .redux-option-image {
        max-height: 340px;
        max-width: 340px;
        padding: 5px;
        margin-bottom: 0;
        margin-top: 10px;
        margin-right: 15px;
        border: 1px solid #e3e3e3;
        background: #f7f7f7;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .redux-main .upload {
        width: 80% !important;
    }

    .button {
        margin-top: 2px;
    }
}