PluginProbe
StreamCast – bring live radio to your site with a sleek player / 2.3.4
StreamCast – bring live radio to your site with a sleek player v2.3.4
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 / frameworks / codestar-framework / assets / scss / partials / _helper.scss

_helper.scss in StreamCast – bring live radio to your site with a sleek player 2.3.4, at frameworks/codestar-framework/assets/scss/partials/_helper.scss

153 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * 10. Helper
3 */
4 .csf-subtitle-text{
5 margin-top: 6px;
6 font-weight: 400;
7 color: #999;
8 }
9
10 .csf-desc-text{
11 clear: both;
12 float: left;
13 width: 100%;
14 margin-top: 6px;
15 font-weight: 400;
16 color: #999;
17 }
18
19 .csf-error-text{
20 margin-top: 6px;
21 color: #d02c21;
22 }
23
24 .csf-before-text{
25 margin-bottom: 6px;
26 }
27
28 .csf-after-text{
29 margin-top: 6px;
30 }
31
32 .csf-metabox-hide{
33 display: none !important;
34 }
35
36 .csf-metabox-show{
37 display: block !important;
38 }
39
40 .csf-depend-hidden.csf-depend-on{
41 display: none;
42 }
43
44 .csf-depend-visible.csf-depend-on{
45 display: block;
46 opacity: 0.75;
47 filter: grayscale(1);
48 user-select: none;
49 border-top: 1px solid #eee;
50
51 .clear:before{
52 content: "";
53 left: 0;
54 top: 0;
55 right: 0;
56 bottom: 0;
57 position: absolute;
58 background-color: #eee;
59 opacity: 0.25;
60 z-index: 10;
61 }
62 }
63
64 .csf-warning-primary{
65 color: #fff !important;
66 border-color: #dc3545 !important;
67 background: #dc3545 !important;
68
69 &:hover,
70 &:focus{
71 border-color: #bd2130 !important;
72 background: #bd2130 !important;
73 }
74
75 &:focus{
76 box-shadow: 0 0 0 1px #fff, 0 0 0 3px #bd2130 !important;
77 }
78
79 &:active{
80 border-color: #bd2130 !important;
81 background: #bd2130 !important;
82 }
83 }
84
85 .csf-form-result{
86 display: none;
87 float: left;
88 padding: 0 8px;
89 margin-right: 4px;
90 font-size: 11px;
91 line-height: 30px;
92 user-select: none;
93 border-radius: 2px;
94 }
95
96 .csf-form-show{
97 display: block;
98 }
99
100 .csf-form-success{
101 color: #fff;
102 background-color: #46b450;
103 }
104
105 .csf-form-warning{
106 color: #8a6d3b;
107 background-color: #faebcc;
108 }
109
110 .csf-label-error{
111 position: relative;
112 top: -2px;
113 display: inline-block;
114 font-size: 10px;
115 line-height: 10px;
116 height: 10px;
117 width: 10px;
118 padding: 1px;
119 font-style: normal;
120 text-align: center;
121 color: #fff;
122 vertical-align: middle;
123 background-color: #e10000;
124 border-radius: 2px;
125 }
126
127 .csf-no-option{
128 padding: 30px;
129 }
130
131 .csf-input-number{
132 -moz-appearance:textfield;
133 }
134
135 .csf-input-number::-webkit-inner-spin-button,
136 .csf-input-number::-webkit-outer-spin-button{
137 -webkit-appearance: none;
138 margin: 0;
139 }
140
141 .csf-fa5-shims{
142
143 .csf{
144
145 .fas,
146 .far,
147 .fab{
148 font-family: "FontAwesome";
149 font-style: normal;
150 }
151 }
152 }
153