/*
Theme Name:   Greyd Child Theme
Theme URI:    https://greyd.io/
Description:  A child theme for the Greyd Theme
Author:       Greyd
Author URI:   http://example.com
Template:     greyd-theme
Version:      1.0.0
License:      GPLv2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         Tags: blog, portfolio, entertainment, site-editing, block-patterns, block-styles
Text Domain:  greyd-child-theme
*/

/* TABLE */
.wp-block-table td {
	vertical-align: top;
}

/* FORM - CHECKBOX */
input[type="checkbox"] {
	background: white;
	border: none;
	width: 1.5em;
	height: 1.5em;
	padding: 10px;
	transform: translateY(-0.1em);
	margin-right: 15px;
}