mirror of
				https://github.com/dawidolko/Website-Templates.git
				synced 2025-10-29 00:03:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			377 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			377 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // List Icons
 | |
| // -------------------------
 | |
| 
 | |
| .@{fa-css-prefix}-ul {
 | |
|   padding-left: 0;
 | |
|   margin-left: @fa-li-width;
 | |
|   list-style-type: none;
 | |
|   > li { position: relative; }
 | |
| }
 | |
| .@{fa-css-prefix}-li {
 | |
|   position: absolute;
 | |
|   left: -@fa-li-width;
 | |
|   width: @fa-li-width;
 | |
|   top: (2em / 14);
 | |
|   text-align: center;
 | |
|   &.@{fa-css-prefix}-lg {
 | |
|     left: (-@fa-li-width + (4em / 14));
 | |
|   }
 | |
| }
 |