# streamcast/2.2.3/admin/codestar-framework/assets/scss/partials/_navmenu.scss

StreamCast – bring live radio to your site with a sleek player, version 2.2.3. 59 lines.

- Page: https://pluginprobe.com/plugins/streamcast/2.2.3/code/admin/codestar-framework/assets/scss/partials/_navmenu.scss
- Raw: https://pluginprobe.com/plugins/streamcast/2.2.3/raw/admin/codestar-framework/assets/scss/partials/_navmenu.scss
- Modified: 2024-07-04T06:13:48+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/streamcast/2.2.3/code/admin/codestar-framework/assets/scss/partials/_navmenu.scss#L10-L20`.

```scss
/**
 * 08. Nav Menu
 */
.csf-nav-menu-options{
  clear: both;
  float: left;
  width: 100%;

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

    > .csf-field{
      padding: 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;
  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;
}

```
