_navmenu.scss in StreamCast – bring live radio to your site with a sleek player 2.3.3, at admin/codestar-framework/assets/scss/partials/_navmenu.scss
| 1 | /** |
| 2 | * 08. Nav Menu |
| 3 | */ |
| 4 | .csf-nav-menu-options{ |
| 5 | clear: both; |
| 6 | float: left; |
| 7 | width: 100%; |
| 8 | |
| 9 | > .csf-fields{ |
| 10 | margin: 10px -10px; |
| 11 | border-top: 1px solid #eee; |
| 12 | border-bottom: 1px solid #eee; |
| 13 | |
| 14 | > .csf-field{ |
| 15 | padding: 12px; |
| 16 | |
| 17 | .csf-title{ |
| 18 | float: none; |
| 19 | width: 100%; |
| 20 | margin-bottom: 5px; |
| 21 | } |
| 22 | |
| 23 | .csf-fieldset{ |
| 24 | float: none; |
| 25 | width: 100%; |
| 26 | } |
| 27 | } |
| 28 | } |
| 29 | |
| 30 | .csf-field-text input{ |
| 31 | width: 100%; |
| 32 | } |
| 33 | |
| 34 | .csf-field-notice .csf-notice{ |
| 35 | padding: 15px; |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | .csf-nav-menu-title{ |
| 40 | padding: 12px; |
| 41 | background-color: #f5f5f5; |
| 42 | border-top: 1px solid #eee; |
| 43 | border-bottom: 1px solid #eee; |
| 44 | |
| 45 | &:first-child{ |
| 46 | border-top: 0; |
| 47 | } |
| 48 | |
| 49 | h4{ |
| 50 | margin: 0; |
| 51 | padding: 0; |
| 52 | color: #23282d; |
| 53 | } |
| 54 | } |
| 55 | |
| 56 | .csf-nav-menu-icon{ |
| 57 | margin-right: 5px; |
| 58 | } |
| 59 |