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/_navmenu.scss
/**
 * 08. Nav Menu
 */
.csf-nav-menu-options{
  clear: both;
  float: left;
  width: 100%;

  > .csf-fields{
    margin-left: -10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;

    > .csf-field{
      padding: 12px 14px 12px 12px;

      .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;
  }
}

.csf-nav-menu-title{
  padding: 12px 14px 12px 12px;
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;

  &:first-child{
    border-top: 0;
  }

  h4{
    margin: 0;
    padding: 0;
    color: #23282d;
  }
}

.csf-nav-menu-icon{
  margin-right: 5px;
}