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 / vendor / _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/vendor/_navmenu.scss

61 lines 943 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-left: -10px;
11 margin-top: 10px;
12 margin-bottom: 10px;
13 border-top: 1px solid #eee;
14 border-bottom: 1px solid #eee;
15
16 > .csf-field{
17 padding: 12px 14px 12px 12px;
18
19 .csf-title{
20 float: none;
21 width: 100%;
22 margin-bottom: 5px;
23 }
24
25 .csf-fieldset{
26 float: none;
27 width: 100%;
28 }
29 }
30 }
31
32 .csf-field-text input{
33 width: 100%;
34 }
35
36 .csf-field-notice .csf-notice{
37 padding: 15px;
38 }
39 }
40
41 .csf-nav-menu-title{
42 padding: 12px 14px 12px 12px;
43 background-color: #f5f5f5;
44 border-top: 1px solid #eee;
45 border-bottom: 1px solid #eee;
46
47 &:first-child{
48 border-top: 0;
49 }
50
51 h4{
52 margin: 0;
53 padding: 0;
54 color: #23282d;
55 }
56 }
57
58 .csf-nav-menu-icon{
59 margin-right: 5px;
60 }
61