PluginProbe
WPGet API – Connect to any external REST API / 2.2.1
WPGet API – Connect to any external REST API v2.2.1
1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.1.0 2.1.1 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.10 2.2.2 2.2.3 All 97 releases
wpgetapi / lib / cmb2 / css / sass / partials / _front.scss

_front.scss in WPGet API – Connect to any external REST API 2.2.1, at lib/cmb2/css/sass/partials/_front.scss

60 lines 961 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*--------------------------------------------------------------
2 * CMB2 Frontend
3 --------------------------------------------------------------*/
4
5 .closed .inside {
6 display: none;
7 }
8
9 .cmb-repeatable-grouping {
10 position: relative;
11
12 .cmb-group-title {
13 margin-left: -1em;
14 margin-right: -1em;
15 min-height: 1.5em;
16 }
17
18 h3 {
19 font-size: 14px;
20 padding: 8px 12px;
21 margin: 0;
22 line-height: 1.4;
23 }
24
25 }
26
27 .cmb-repeatable-group {
28
29 &.repeatable .cmb-group-title {
30 padding-left: 2.2em;
31 }
32
33 &.non-repeatable .cmb-group-title {
34 padding-left: 12px;
35 }
36
37 }
38
39 .cmb-type-group .cmb-row .cmbhandle {
40 right: 0;
41 position: absolute;
42 }
43
44 .cmb-spinner {
45 background: url(/wp-admin/images/spinner.gif) no-repeat;
46 -webkit-background-size: 20px 20px;
47 background-size: 20px 20px;
48 display: none;
49 float: right;
50 vertical-align: middle;
51 opacity: 0.7;
52 filter: alpha(opacity=70);
53 width: 20px;
54 height: 20px;
55 margin: 4px 10px 0;
56 }
57
58 .cmb2-char-max-msg {
59 display: none;
60 }