/** @class Ext.view.BoundList */
//

$boundlist-item-height: dynamic(24px);
$boundlist-item-padding: dynamic(0 6px);
$boundlist-background-color: dynamic(#fff);
$boundlist-item-border-color: dynamic($boundlist-background-color);
$boundlist-item-over-background-color: dynamic(mix(#fff, $base-light-color, 50%));
$boundlist-item-selected-background-color: dynamic(mix(#fff, $base-light-color, 25%));
$boundlist-item-over-border-color: dynamic($boundlist-item-over-background-color);
$boundlist-item-selected-border-color: dynamic($boundlist-item-selected-background-color);
