mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			403 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			403 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .toggle-active {
 | |
|     border: 1px solid black;
 | |
|     display: inline-block;
 | |
|     background-color: #3B7908;
 | |
|     border-radius: 50%;
 | |
|     width: 20px;
 | |
|     height: 20px;
 | |
| }
 | |
| .toggle-inactive {
 | |
|     border: 1px solid black;
 | |
|     display: inline-block;
 | |
|     background-color: #E7384A;
 | |
|     border-radius: 50%;
 | |
|     width: 20px;
 | |
|     height: 20px;
 | |
| }
 | |
| 
 | |
| .no-border {
 | |
|     border: none;
 | |
| }
 | |
| 
 | |
| code {
 | |
|     word-wrap: break-word;;
 | |
| } |