HEX
Server: Apache
System:
User: ()
PHP: 7.4.33
Disabled: system,passthru,shell_exec,exec,proc_close,proc_open,proc_get_status,proc_nice,proc_terminate,highlight_file,escapeshellcmd,pclose,debugger_off,debugger_on,leak,listen,define_syslog_variables,ftp_exec,posix_uname,posix_getpwuid,get_current_user,getmyuid,getmygid,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,escapeshellarg,myshellexec,escapeshellarg,disk_free_space,disk_total_space,show_source,dl,symlink,listen,syslog,php_ini_scanned_files,inurl,apache_setenv,closelog,rar_open,bzopen,bzread,bzwrite,shellcode,show_source,apache_get_modules,apache_get_version,apache_note,openlog,crack_check,crack_closedict,pcntl_exec,ini_alter,backtick,cmd,virtual,getservbyport,myshellexec,hypot,pg_host,phpini,link,readlink,syslog,id,ftok,posix_access,error_log,sym,php_u,psockopen,apache_child_k_closedict,crack_getlastmessage,crack_opendict,php_ini,ini_restore,popen,curl_multi_exec,php_uname
Upload Files
File: /home/homework/www/kurs7/wp-content/themes/astra/inc/customizer/custom-controls/slider/slider.scss
.customize-control-ast-slider {
  .wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  input[type=range] {
    -webkit-appearance: none;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    background-color: rgba(0, 0, 0, 0.1);
    height: 5px;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    &:focus {
      box-shadow: none;
      outline: none;
    }
    &:hover, &:focus {
      background-color: rgba(0, 0, 0, 0.25);
    }
    &::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      background-color: #3498D9;
      -webkit-appearance: none;
      width: 15px;
      height: 15px;
      border: none;
      border-radius: 50%;
      background-color: #3498D9;
    }
    &::-moz-range-thumb {
      width: 15px;
      height: 15px;
      border: none;
      border-radius: 50%;
      background-color: #3498D9;
    }
    &::-ms-thumb {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 0;
      background-color: #3498D9;
    }
    &::-moz-range-track {
      border: inherit;
      background: transparent;
    }
    &::-ms-track {
      border: inherit;
      color: transparent;
      background: transparent;
    }
    &::-ms-fill-lower, &::-ms-fill-upper {
      background: transparent;
    }
    &::-ms-tooltip {
      display: none;
    }
  }
  .astra_range_value {
    font-size: 14px;
    padding: 0 0 0 5px;
    font-weight: 400;
    position: relative;
  }
  .ast-slider-reset {
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -28px;
    right: 0;
    /*float: right;*/
    display: inline-block;
    -webkit-transition: color 0.5s ease-in;
    -moz-transition: color 0.5s ease-in;
    -ms-transition: color 0.5s ease-in;
    -o-transition: color 0.5s ease-in;
    transition: color 0.5s ease-in;
    span {
      font-size: 16px;
      line-height: 22px;
      transition: unset;
    }
    &:hover, &:focus {
      color: red;
    }
  }
}

.astra_range_value {
  input.ast-range-value-input {
    width: 50px;
    height: 22px;
    font-size: 12px;
    padding: 3px;
  }
  .ast-range-unit {
    margin-left: 5px;
  }
}

.ast-field-settings-modal {
	.customize-control-ast-slider {
		.ast-slider-reset {
			right: -18px;
			top: -32px;
		}
	}
}