UNPKG

infogo-tree

Version:

A vue tree component using virtual list.

13 lines (11 loc) 355 B
#ctree-loading-icon-styles (@size: 30px, @color: @ctree-color-primary) { display: inline-block; width: @size; height: @size; animation: ctree-animation-spin 2s linear infinite; .@{ctree-prefix}-loading-icon__circle { stroke: @color; stroke-linecap: round; animation: ctree-animation-svg-circle-spin 1.5s ease-in-out infinite; } }