File "style.module.scss"

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

.wrapper {
	display: flex;
	align-items: center;

	.navigation span {
		display: flex;
	}

	.button {
		width: calc( var( --spacing-base ) * 4 );
		height: calc( var( --spacing-base ) * 4 );
		line-height: calc( var( --spacing-base ) * 4 );
	}

	.button:not(.selected):disabled {
		background-color: unset;
	}
}

.pagination-placeholder {
	height: calc( var(--spacing-base) * 4 );
}