mirror of
				https://github.com/teamhanko/hanko.git
				synced 2025-11-01 00:58:16 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			208 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			208 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .bd__button {
 | |
|   padding: 10px 0;
 | |
|   text-align: right;
 | |
| }
 | |
| .bd__button > a{
 | |
|   font-weight: 100;
 | |
|   text-decoration: none;
 | |
|   color: #BDC3CB;
 | |
|   font-family: sans-serif;
 | |
| }
 | |
| .bd__button > a:hover {
 | |
|   color: #798897;
 | |
| } | 
