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

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

35 lines 545 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*--------------------------------------------------------------
2 * CMB2 Display Styling
3 --------------------------------------------------------------*/
4
5 .cmb2-colorpicker-swatch {
6 span {
7 display: inline-block;
8 width: 1em;
9 height: 1em;
10 border-radius: 1em;
11 float: left;
12 margin-top: 3px;
13 margin-right: 2px;
14 }
15 }
16
17 .cmb2-code {
18 overflow: scroll;
19 }
20
21 .cmb-image-display {
22 max-width: 100%;
23 height: auto;
24 }
25
26 .cmb2-display-file-list li {
27 display: inline;
28 margin: 0 .5em .5em 0;
29 }
30
31 .cmb2-oembed * {
32 max-width: 100%;
33 height: auto;
34 }
35