forked from MapComplete/MapComplete
		
	
		
			
				
	
	
		
			39 lines
		
	
	
	
		
			640 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
	
		
			640 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| 
 | |
| .userstats {
 | |
|     display: flex;
 | |
|     align-items: center;
 | |
|     margin-top: 0.2em;
 | |
|     margin-bottom: 0.2em;
 | |
| }
 | |
| 
 | |
| .userstats a {
 | |
|     display: block ruby;
 | |
|     padding-right: 0.2em;
 | |
|     margin-bottom: 0.2em;
 | |
| }
 | |
| 
 | |
| .userstats span {
 | |
|     display: block ruby;
 | |
|     padding-right: 0.2em;
 | |
|     margin-bottom: 0.2em;
 | |
| }
 | |
| 
 | |
| .userstats svg {
 | |
|     width: 1em;
 | |
|     height: 1em;
 | |
|     border-radius: 0;
 | |
|     display: block;
 | |
| }
 | |
| 
 | |
| .userstats img {
 | |
|     width: 1em;
 | |
|     height: 1em;
 | |
|     border-radius: 0;
 | |
|     display: block;
 | |
| }
 | |
| 
 | |
| .userbadge-login {
 | |
|     background-color: var(--subtle-detail-color) !important;
 | |
|     color: var(--subtle-detail-color-contrast);
 | |
|     height: 3em;
 | |
| }
 |