@import "002_css_variables.css";
@import "108_blob.css";

/*Hide ACF Field in specific menu depth*/
body.wp-admin .menu-item:not(.menu-item-depth-1) .acf-field[data-name="show_as_button"],
body.wp-admin .menu-item:not(.menu-item-depth-1) .acf-field[data-name="button_stil"] {
	display: none;
}
