Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / video_embed_field / modules / video_embed_wysiwyg / plugin / plugin.css
1 .video-embed-widget {
2   text-align: center;
3   display: block;
4   padding-top: 15px;
5 }
6
7 .video-embed-widget:before {
8   content: '\25b6';
9   font-size: 120px;
10   color: #fff;
11   opacity: 0.9;
12   position: absolute;
13   z-index: 5;
14   left: 0;
15   right: 0;
16   top: 50%;
17   margin-top: -71px;
18   text-shadow: 0px 0px 40px #000;
19 }
20
21 .video-embed-widget__summary {
22   font-style: italic;
23   display: block;
24   padding: 15px;
25   font-size: 13px;
26 }