mirror of
				https://git.librezo.fr/Librezo/website.git
				synced 2025-10-31 13:55:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			525 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			525 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| @import "defs";
 | |
| 
 | |
| .process_boxes {
 | |
| 	text-align: center;
 | |
| 	font-family: LunaSans;
 | |
| }
 | |
| 
 | |
| .process_box {
 | |
| 	display: inline-block;
 | |
| 	width: 256px;
 | |
| 	padding-top: 4px;
 | |
| 	vertical-align: top;
 | |
| 	margin: 8px 20px;
 | |
| }
 | |
| 
 | |
| .process_box-number {
 | |
| 	display: inline-block;
 | |
| 	width: 64px;
 | |
| 	height: 64px;
 | |
| 	font-size: 48px;
 | |
| 	background: linear-gradient(-0.125turn, $blue, $violet);
 | |
| 	color: #fff;
 | |
| 	border-radius: 32px;
 | |
| 	opacity: 0.65;
 | |
| }
 | |
| 
 | |
| .process_box-title {
 | |
| 	position: relative;
 | |
| 	top: 8px;
 | |
| 	display: inline-block;
 | |
| 	padding-bottom: 14px;
 | |
| 	font-size: 32px;
 | |
| }
 | 
