| 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 |
|