/*
 * Bootstrap Icons overrides for Ublaboo DataGrid.
 *
 * The vendor datagrid.css targets Font Awesome (.fa, .fa-square, ...) and is
 * synchronized verbatim from vendor/node_modules, so it must not be patched by
 * hand. This file mirrors those rules for Bootstrap Icons and is distributed
 * with Windea, so every project gets it through its own asset build.
 *
 * Load it right after datagrid.css.
 */

.datagrid-toolbar .bi-square,
.datagrid-toolbar .bi-check-square {
	font-weight: normal;
}

.datagrid .datagrid-settings .dropdown-menu--grid li .bi {
	margin-right: 0.5em;
}

.datagrid table thead tr th .datagrid-column-header-additions .column-settings-menu .dropdown-menu li .bi {
	margin-right: 0.5em;
}

.datagrid .datagrid-tree .datagrid-tree-item .datagrid-tree-item-content .datagrid-tree-item-left > .chevron .bi {
	font-size: 10px;
	transform: translate(1px, 0);
}
