bueltge/wordpress-admin-style

New element

madvik opened this issue · 2 comments

I find a new element in: wp-admin/tools.php

<div class="card">
	<h2 class="title">Categories and Tags Converter</h2>
	<p>	If you want to convert your categories to tags (or vice versa), use the <a href="import.php">Categories and Tags Converter</a> available from the Import screen.</p>
</div>

Has .card also custom css rules?

The new element is now inside the plugin as example. THanks for your hint.