UNPKG

circlebars

Version:

a jQuery plugin for circular progress bars and countdown timers

19 lines 483 B
/*Add attribute data-circle-skin = "yellow" to the div */ /*Note :- This looks best on dark backgrounds*/ .yellow .loader-bg { border-color: rgba(255,255,255,0.1); box-shadow: inset 2px 2px 20px 0 rgba(0,0,0,0.1) !important; } .yellow .text { font-size: 20px; color: #d2c315 !important; } .yellow .loader-spinner { border-color: #d2c315; } .yellow.circle-loaded-75 .text { color: #ffeb3b !important; } .yellow.circle-loaded-75 .loader-spinner { border-color: #ffeb3b; }