PluginProbe
WPGet API – Connect to any external REST API / 1.9.3
WPGet API – Connect to any external REST API v1.9.3
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 / cmb2-display.css

cmb2-display.css in WPGet API – Connect to any external REST API 1.9.3, at lib/cmb2/css/cmb2-display.css

46 lines 904 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * CMB2 - v2.9.0 - 2021-03-03
3 * https://cmb2.io
4 * Copyright (c) 2021
5 * Licensed GPLv2+
6 */
7
8 /*--------------------------------------------------------------
9 * CMB2 Display Styling
10 --------------------------------------------------------------*/
11 /* line 6, sass/partials/_display.scss */
12 .cmb2-colorpicker-swatch span {
13 display: inline-block;
14 width: 1em;
15 height: 1em;
16 border-radius: 1em;
17 float: left;
18 margin-top: 3px;
19 margin-right: 2px;
20 }
21
22 /* line 17, sass/partials/_display.scss */
23 .cmb2-code {
24 overflow: scroll;
25 }
26
27 /* line 21, sass/partials/_display.scss */
28 .cmb-image-display {
29 max-width: 100%;
30 height: auto;
31 }
32
33 /* line 26, sass/partials/_display.scss */
34 .cmb2-display-file-list li {
35 display: inline;
36 margin: 0 .5em .5em 0;
37 }
38
39 /* line 31, sass/partials/_display.scss */
40 .cmb2-oembed * {
41 max-width: 100%;
42 height: auto;
43 }
44
45 /*# sourceMappingURL=cmb2-display.css.map */
46