UNPKG

ares-ide

Version:

A browser-based code editor and UI designer for Enyo 2 projects

12 lines (10 loc) 269 B
/* Spinner.css */ .onyx-spinner { width: @onyx-spinner-image-width; height: @onyx-spinner-image-height; display: inline-block; background: @onyx-spinner-dark-image no-repeat 0 0; } .onyx-spinner.onyx-light { background: @onyx-spinner-light-image no-repeat 0 0; }