/**
 * @class Ext.d3.Component
 */
 
.#{$prefix}d{
    svg {
        @include user-select(none);
        -ms-user-select: none;
        font-family: $font-family;
    }
}