// The prefix to use on all css classes from fun-loading.
@fun-loading-prefix: fun-loading;

// --- COLORS ---
@fun-loading-color: #ff69b4;
@fun-loading-light-color: lighten(#ff69b4, 10%);

// --- SIZE ---
@small: 20px;
@middle: 36px;
@large: 50px;
