24 lines
		
	
	
		
			357 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			357 B
		
	
	
	
		
			Plaintext
		
	
	
	
.head{
 | 
						|
  width:100%;
 | 
						|
  height:30px;
 | 
						|
  color:#fff;
 | 
						|
  background-color: cornflowerblue;
 | 
						|
  text-align: left;
 | 
						|
  display:flex;
 | 
						|
  flex-direction: row;
 | 
						|
}
 | 
						|
.btns{
 | 
						|
  height:40px;
 | 
						|
  display:flex;
 | 
						|
  flex-direction: row;
 | 
						|
  flex-wrap: wrap;
 | 
						|
  text-align:center;
 | 
						|
}
 | 
						|
.txlabel{
 | 
						|
  color:#fff;
 | 
						|
  background-color: rgb(216, 140, 0);
 | 
						|
  border-radius: 2px;
 | 
						|
  padding: 1px 4px;
 | 
						|
}
 | 
						|
 |