/* 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; }