Ryan McClelland

Results 1 comments of Ryan McClelland

Changing the css to should fix the issue if inital icon not showing ``` css @-webkit-keyframes btn-ng-bs-rotation { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform:...