Move web content to dedicated content directory
This commit is contained in:
		
							
								
								
									
										29
									
								
								content/_archive/4/font-awesome/less/spinning.less
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								content/_archive/4/font-awesome/less/spinning.less
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,29 @@
 | 
			
		||||
// Spinning Icons
 | 
			
		||||
// --------------------------
 | 
			
		||||
 | 
			
		||||
.@{fa-css-prefix}-spin {
 | 
			
		||||
  -webkit-animation: fa-spin 2s infinite linear;
 | 
			
		||||
          animation: fa-spin 2s infinite linear;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@-webkit-keyframes fa-spin {
 | 
			
		||||
  0% {
 | 
			
		||||
    -webkit-transform: rotate(0deg);
 | 
			
		||||
            transform: rotate(0deg);
 | 
			
		||||
  }
 | 
			
		||||
  100% {
 | 
			
		||||
    -webkit-transform: rotate(359deg);
 | 
			
		||||
            transform: rotate(359deg);
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@keyframes fa-spin {
 | 
			
		||||
  0% {
 | 
			
		||||
    -webkit-transform: rotate(0deg);
 | 
			
		||||
            transform: rotate(0deg);
 | 
			
		||||
  }
 | 
			
		||||
  100% {
 | 
			
		||||
    -webkit-transform: rotate(359deg);
 | 
			
		||||
            transform: rotate(359deg);
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user