mirror of
				https://github.com/elyby/accounts-frontend.git
				synced 2025-05-31 14:11:58 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			295 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			295 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
@import '~app/components/ui/fonts.scss';
 | 
						|
 | 
						|
.avatar {
 | 
						|
  width: 90px;
 | 
						|
  height: 90px;
 | 
						|
  font-size: 90px;
 | 
						|
  line-height: 1;
 | 
						|
  margin: 0 auto;
 | 
						|
 | 
						|
  img {
 | 
						|
    width: 100%;
 | 
						|
  }
 | 
						|
}
 | 
						|
 | 
						|
.email {
 | 
						|
  font-family: $font-family-title;
 | 
						|
  font-size: 18px;
 | 
						|
  color: #fff;
 | 
						|
 | 
						|
  margin-bottom: 15px;
 | 
						|
  margin-top: 10px;
 | 
						|
}
 |