// Copyright (c) 2016-2018 VMware, Inc. All Rights Reserved.
// This software is released under MIT license.
// The full license information can be found in LICENSE in the root directory of this project.

// Usage: ../data/datagrid/_datagrid.clarity.scss
$clr-datagrid-icon-size: 0.583333rem;
$clr-datagrid-action-arrow-size: 0.25rem;
$clr-datagrid-fixed-column-size: (2 * $clr-table-cellpadding) + $clr-table-lineheight;
$clr-datagrid-font-color: #ADBBC4;
$clr-datagrid-row-hover: $clr-light-gray;
$clr-datagrid-action-toggle: $clr-dark-gray;
$clr-datagrid-popover-bg-color: $clr-white;
$clr-datagrid-popover-border-color: $clr-light-midtone-gray;
$clr-datagrid-action-popover-hover-color: $gray-light;
$clr-datagrid-loading-background: rgba($clr-white, 0.6);
