| 
									
										
										
										
											2020-02-21 11:44:13 +00:00
										 |  |  | .uppercase, | 
					
						
							|  |  |  | .upper { | 
					
						
							|  |  |  |   text-transform: uppercase; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .lowercase, | 
					
						
							|  |  |  | .lower { | 
					
						
							|  |  |  |   text-transform: lowercase; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .titlecase, | 
					
						
							|  |  |  | .capitalize { | 
					
						
							|  |  |  |   text-transform: capitalize; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-04-25 09:36:07 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | @mixin textbox { | 
					
						
							|  |  |  |   background-color: $white; | 
					
						
							|  |  |  |   padding: $size-16 $size-32; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-08-16 16:03:53 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | .text-right { | 
					
						
							|  |  |  |   text-align: right; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .text-left { | 
					
						
							|  |  |  |   text-align: left; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | .text-center { | 
					
						
							|  |  |  |   text-align: center; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .colour-highlight { | 
					
						
							|  |  |  |   color: $highlight !important; | 
					
						
							|  |  |  | } |