_display.scss in Virtue/Ascend/Pinnacle Toolkit 4.9.12.2, at cmb/css/sass/partials/_display.scss
| 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 |