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

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

68 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * 06. Profile
3 */
4 .csf-profile-options{
5
6 > h2 > .fa {
7 padding-right: 7px;
8 }
9
10 > .csf-field{
11 max-width: 750px;
12 padding: 15px 0;
13 border-top: none !important;
14
15 > .csf-title{
16 width: 200px;
17
18 h4{
19 font-size: 14px;
20 font-weight: 600;
21 line-height: 1.3;
22 display: inline-block;
23 vertical-align: middle;
24 }
25 }
26
27 > .csf-fieldset{
28 width: calc(100% - 220px);
29
30 > .csf-help{
31 top: -15px;
32 right: -5px;
33 }
34 }
35 }
36
37 > .csf-field-heading{
38 font-size: 1.1em;
39 }
40
41 > .csf-field-subheading{
42 font-size: 12px;
43 }
44
45 > .csf-field-subheading,
46 > .csf-field-heading{
47 margin: 10px 0;
48 padding: 15px !important;
49 border: 1px solid #ddd;
50 }
51
52 > .csf-field-submessage{
53 margin: 20px 0;
54
55 .csf-submessage{
56 padding: 10px;
57 border-left-width: 1px;
58 border-left-style: solid;
59 border-right-width: 1px;
60 border-right-style: solid;
61 }
62 }
63
64 > .csf-field-notice{
65 background-color: transparent;
66 }
67 }
68