HEX
Server: Apache/2
System: Linux sm.stlbg.net 3.10.0-962.3.2.lve1.5.87.el7.x86_64 #1 SMP Tue Jan 28 09:38:56 UTC 2025 x86_64
User: todorterziev (1053)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/todorterziev/public_html/wp-content/plugins/codestar/assets/scss/vendor/_widget.scss
/**
 * 04. Widget
 */
.csf-widgets{

  > .csf-field{
    position: relative;
    top: -1px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 12px 15px;

    .csf-field{
      margin-left: 0;
      margin-right: 0;
    }

    .csf-title{
      float: none;
      width: 100%;
      margin-bottom: 5px;
    }

    .csf-fieldset{
      float: none;
      width: 100%;
    }
  }

  .csf-field-text input{
    width: 100%;
  }

  .csf-field-notice .csf-notice{
    padding: 15px;
  }
}

.control-section{

  .csf-widgets{

    > .csf-field{
      margin-right: -10px;
      margin-left: -10px;
      padding: 10px 12px;
    }
  }
}