Estilos de bloque

Menu

/* Register  Menú Styles */
register_block_style(
    'core/navigation',
    array(
        'name'         => 'navigation-pixel',
        'label'        => __( 'Pixel Menu', 'osom' ),
        'is_default'   => false,
        'inline_style' => '.wp-block-navigation.is-style-navigation-pixel .wp-block-navigation__responsive-container-open svg {
			display: none;
		}
		.wp-block-navigation.is-style-navigation-pixel .wp-block-navigation__responsive-container-open::before {
			content: "";
			display: block;
			width: 24px;
			height: 24px;
			background-image: url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'16\' viewBox=\'0 0 16 16\' fill=\'none\'%3E%3Cpath d=\'M0 0V2H16V0H0Z\' fill=\'currentColor\'/%3E%3Cpath d=\'M0 7H16V9H0V7Z\' fill=\'black\'/%3E%3Cpath d=\'M0 14H16V16H0V14Z\' fill=\'currentColor\'/%3E%3C/svg%3E");
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
		}',
    ),
);