mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui.git
				synced 2025-10-30 18:27:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			808 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			808 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| .firmwareTooltip {
 | |
|   opacity: 1 !important;
 | |
|   padding: 0px 0px 0px 0px !important;
 | |
|   border-radius: 1rem !important;
 | |
|   background-color: #fff !important;
 | |
|   border-color: #321fdb !important;
 | |
|   font-size: 0.875rem !important;
 | |
|   font-weight: 400 !important;
 | |
|   box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important;
 | |
|   width: 400px;
 | |
| }
 | |
| 
 | |
| .deleteTooltip {
 | |
|   opacity: 1 !important;
 | |
|   padding: 0px 0px 0px 0px !important;
 | |
|   border-radius: 1rem !important;
 | |
|   background-color: #fff !important;
 | |
|   border-color: #321fdb !important;
 | |
|   font-size: 0.875rem !important;
 | |
|   font-weight: 400 !important;
 | |
|   box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important;
 | |
|   width: 200px;
 | |
| }
 | |
| 
 | |
| .tooltipHeader {
 | |
|   padding-left: 5px;
 | |
|   padding-right: 10px;
 | |
|   border-top-left-radius: 1rem !important;
 | |
|   border-top-right-radius: 1rem !important;
 | |
| }
 | 
