PluginProbe
UpStream: a Project Management Plugin for WordPress / 2.1.0
UpStream: a Project Management Plugin for WordPress v2.1.0
trunk 1.39.0 1.39.1 1.39.2 1.39.3 2.0.7 2.1.0
upstream / includes / libraries / cmb2 / css / cmb2-display.css

cmb2-display.css in UpStream: a Project Management Plugin for WordPress 2.1.0, at includes/libraries/cmb2/css/cmb2-display.css

46 lines 950 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * CMB2 - v2.10.1 - 2022-02-22
3 * https://cmb2.io
4 * Copyright (c) 2022
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