mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
f6df3fba16
Syncs `@wordpress/*` packages to the `wp-6.7` npm tag. Fixes #61906. Props peterwilsoncc, gziolo, kevin940726. Built from https://develop.svn.wordpress.org/trunk@59072 git-svn-id: http://core.svn.wordpress.org/trunk@58468 1a063a9b-81f0-0310-95a4-ce76da25c4cd
50 lines
1.0 KiB
CSS
50 lines
1.0 KiB
CSS
.wp-block[data-align=center]>.wp-block-video{
|
|
text-align:center;
|
|
}
|
|
|
|
.wp-block-video{
|
|
position:relative;
|
|
}
|
|
.wp-block-video.is-transient video{
|
|
opacity:.3;
|
|
}
|
|
.wp-block-video .components-spinner{
|
|
left:50%;
|
|
margin-left:-9px;
|
|
margin-top:-9px;
|
|
position:absolute;
|
|
top:50%;
|
|
}
|
|
|
|
.editor-video-poster-control .components-button{
|
|
margin-right:8px;
|
|
}
|
|
|
|
.block-library-video-tracks-editor{
|
|
z-index:159990;
|
|
}
|
|
|
|
.block-library-video-tracks-editor__track-list-track{
|
|
padding-left:12px;
|
|
}
|
|
|
|
.block-library-video-tracks-editor__single-track-editor-kind-select{
|
|
max-width:240px;
|
|
}
|
|
|
|
.block-library-video-tracks-editor__single-track-editor-edit-track-label{
|
|
color:#757575;
|
|
display:block;
|
|
font-size:11px;
|
|
font-weight:500;
|
|
margin-top:4px;
|
|
text-transform:uppercase;
|
|
}
|
|
|
|
.block-library-video-tracks-editor>.components-popover__content{
|
|
width:360px;
|
|
}
|
|
|
|
.block-library-video-tracks-editor__add-tracks-container .components-menu-group__label,.block-library-video-tracks-editor__track-list .components-menu-group__label{
|
|
padding:0;
|
|
} |