UNPKG

@progress/kendo-ui

Version:

This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.

42 lines (37 loc) 832 B
// OrgChart .k-widget.k-orgchart { .fill ( @orgchart-text, @orgchart-bg, @orgchart-border ); } // Card .k-orgchart-card { .k-card-body { .fill( @border: transparent ); } &:focus, &.k-state-focus { .box-shadow( @orgchart-card-focus-shadow ); } } // Group .k-orgchart-node-group-container { .fill ( @orgchart-node-group-text, @orgchart-node-group-bg, @orgchart-node-group-border ); } .k-orgchart-node-group-container:focus, .k-orgchart-node-group-container.k-state-focus, .k-orgchart-node-group-container.k-state-focused { .box-shadow( @orgchart-node-group-focus-shadow ); .fill ( @border: @orgchart-node-group-focus-border ); } // Lines .k-orgchart-line-h, .k-orgchart-line-v { .fill( @text: @orgchart-line-fill ); }