mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-10-30 23:47:42 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			407 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			407 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| // This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
 | |
| 
 | |
| .popover, .tooltip-inner {
 | |
|   color: $mdb-popover-color;
 | |
|   line-height: 1em;
 | |
|   background: $mdb-popover-background;
 | |
|   border: none;
 | |
|   border-radius: $border-radius-base;
 | |
|   @include shadow-z-1();
 | |
| }
 | |
| 
 | |
| .tooltip, .tooltip.in {
 | |
|   opacity: 1;
 | |
| }
 | |
| 
 | |
| .popover, .tooltip {
 | |
|   .arrow, .tooltip-arrow {
 | |
|     display: none;
 | |
|   }
 | |
| }
 |