File "style.module.scss"

Full Path: /home/warrior1/public_html/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-videopress/src/client/admin/components/video-details/style.module.scss
File size: 216 bytes
MIME-type: text/plain
Charset: utf-8

.details {
	color: var( --jp-black-80 );
	padding: calc( var( --spacing-base ) * 3 ); // 24px;
	display: flex;
	flex-direction: column;
	gap: calc( var( --spacing-base ) * 2 );
	background-color: var(--jp-gray-0);
}