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 / _widget.scss

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

68 lines 907 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * 04. Widget
3 */
4 .csf-widgets{
5
6 > .csf-field{
7 position: relative;
8 top: -1px;
9 margin-left: -15px;
10 margin-right: -15px;
11 padding: 12px 15px;
12
13 .csf-title{
14 float: none;
15 width: 100%;
16 margin-bottom: 5px;
17 }
18
19 .csf-fieldset{
20 float: none;
21 width: 100%;
22 }
23 }
24
25 .csf-field-text input{
26 width: 100%;
27 }
28
29 .csf-field-notice .csf-notice{
30 padding: 15px;
31 }
32 }
33
34 .control-section{
35
36 .csf-widgets{
37
38 > .csf-field{
39 margin-left: -10px;
40 margin-right: -10px;
41 padding: 10px 12px;
42 }
43 }
44 }
45
46 .wp-block{
47
48 .csf-widgets{
49 font-size: 13px;
50
51 > .csf-field{
52 margin-left: -10px;
53 margin-right: -10px;
54
55 .button-primary{
56 color: #fff;
57 }
58
59 > .csf-title{
60
61 > h4{
62 font-size: 13px;
63 }
64 }
65 }
66 }
67 }
68