mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 06:08:33 +00:00 
			
		
		
		
	
		
			
	
	
		
			14 lines
		
	
	
		
			176 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			176 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
|   | .alertbox { | ||
|  |   border: 2px solid black; | ||
|  |   padding: 2.25rem; | ||
|  | 
 | ||
|  |   &__title { | ||
|  |     font-size: 1.5rem; | ||
|  |     margin-top: 0; | ||
|  |   } | ||
|  | 
 | ||
|  |   &__content:last-of-type { | ||
|  |     margin-bottom: 0; | ||
|  |   } | ||
|  | } |