mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			576 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			576 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
.ui.message .icon {
 | 
						|
  position: absolute;
 | 
						|
  right: 1em;
 | 
						|
  top: 1.8em;
 | 
						|
}
 | 
						|
.grid {
 | 
						|
  margin-top: 2em !important;
 | 
						|
  margin-left: 2em !important;
 | 
						|
}
 | 
						|
.grid .column {
 | 
						|
  margin-bottom: 2em;
 | 
						|
  border-right: 1px #eee solid;
 | 
						|
}
 | 
						|
.grid .column div.value {
 | 
						|
  margin-top: 1.5em;
 | 
						|
}
 | 
						|
.grid .column div.value span {
 | 
						|
  font-size: 2em;
 | 
						|
  margin-right: 0.2em;
 | 
						|
}
 | 
						|
.grid .column.no-border {
 | 
						|
  border-right: 0;
 | 
						|
}
 | 
						|
.grid h4 a {
 | 
						|
  display: none;
 | 
						|
}
 | 
						|
.grid .column:hover a {
 | 
						|
  display: inline;
 | 
						|
}
 | 
						|
.chart-box {
 | 
						|
  height: 14em;
 | 
						|
}
 | 
						|
h4 span {
 | 
						|
  font-size: 0.8em;
 | 
						|
  color: grey;
 | 
						|
}
 | 
						|
/*# sourceMappingURL=user.css.map */ |