mirror of
				https://github.com/elyby/accounts-frontend.git
				synced 2025-05-31 14:11:58 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			356 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			356 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| @import '~components/ui/colors.scss';
 | |
| 
 | |
| .descriptionText {
 | |
|     font-size: 15px;
 | |
|     line-height: 1.4;
 | |
|     padding-bottom: 8px;
 | |
|     color: #aaa;
 | |
| }
 | |
| 
 | |
| // TODO: вынести иконки такого типа в какую-то внешнюю структуру?
 | |
| .security {
 | |
|     color: #fff;
 | |
|     font-size: 90px;
 | |
|     line-height: 1;
 | |
|     margin-bottom: 15px;
 | |
| }
 |