Loader by Yaya12085
#e8e8e8
1.loader { 2 display: flex; 3 align-items: center; 4} 5 6.icon { 7 height: 1.5rem; 8 width: 1.5rem; 9 animation: spin 1s linear infinite; 10 stroke: rgba(107, 114, 128, 1); 11} 12 13.loading-text { 14 font-size: 0.75rem; 15 line-height: 1rem; 16 font-weight: 500; 17 color: rgba(107, 114, 128, 1); 18} 19 20@keyframes spin { 21 to { 22 transform: rotate(360deg); 23 } 24}
1K views
1K views
Comments
MIT License