forked from website/openpower.foundation
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			17 lines
		
	
	
		
			422 B
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			17 lines
		
	
	
		
			422 B
		
	
	
	
		
			Plaintext
		
	
| // Bordered & Pulled
 | |
| // -------------------------
 | |
| 
 | |
| .@{fa-css-prefix}-border {
 | |
|   border-radius: .1em;
 | |
|   border: solid .08em @fa-border-color;
 | |
|   padding: .2em .25em .15em;
 | |
| }
 | |
| 
 | |
| .@{fa-css-prefix}-pull-left { float: left; }
 | |
| .@{fa-css-prefix}-pull-right { float: right; }
 | |
| 
 | |
| .@{fa-css-prefix}, .fas, .far, .fal, .fab {
 | |
|   &.@{fa-css-prefix}-pull-left { margin-right: .3em; }
 | |
|   &.@{fa-css-prefix}-pull-right { margin-left: .3em; }
 | |
| }
 |