PluginProbe
StreamCast – bring live radio to your site with a sleek player / 2.3.2
StreamCast – bring live radio to your site with a sleek player v2.3.2
2.4.5 2.4.4 trunk 1.0 1.1 2.0.0 2.1.10 2.1.2 2.1.4 2.1.5 2.1.8 2.2.1 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 All 29 releases
streamcast / admin / codestar-framework / assets / scss / partials / _navmenu.scss

_navmenu.scss in StreamCast – bring live radio to your site with a sleek player 2.3.2, at admin/codestar-framework/assets/scss/partials/_navmenu.scss

59 lines 864 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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