kopia lustrzana https://github.com/wagtail/wagtail
				
				
				
			
		
			
				
	
	
		
			109 wiersze
		
	
	
		
			1.6 KiB
		
	
	
	
		
			SCSS
		
	
	
			
		
		
	
	
			109 wiersze
		
	
	
		
			1.6 KiB
		
	
	
	
		
			SCSS
		
	
	
// From Bootstrap v3.0.0
 | 
						|
.tooltip {
 | 
						|
  position: absolute;
 | 
						|
  z-index: 1030;
 | 
						|
  display: block;
 | 
						|
  font-size: 12px;
 | 
						|
  line-height: 1.4;
 | 
						|
  opacity: 0;
 | 
						|
  visibility: visible;
 | 
						|
}
 | 
						|
 | 
						|
.tooltip.in {
 | 
						|
  opacity: 0.9;
 | 
						|
}
 | 
						|
 | 
						|
.tooltip.top {
 | 
						|
  padding: 5px 0;
 | 
						|
}
 | 
						|
 | 
						|
.tooltip.right {
 | 
						|
  padding: 0 5px;
 | 
						|
}
 | 
						|
 | 
						|
.tooltip.bottom {
 | 
						|
  padding: 5px 0;
 | 
						|
}
 | 
						|
 | 
						|
.tooltip.left {
 | 
						|
  padding: 0 5px;
 | 
						|
}
 | 
						|
 | 
						|
.tooltip-inner {
 | 
						|
  max-width: 200px;
 | 
						|
  padding: 3px 8px;
 | 
						|
  color: #fff;
 | 
						|
  text-align: center;
 | 
						|
  text-decoration: none;
 | 
						|
  background-color: #000;
 | 
						|
  border-radius: 4px;
 | 
						|
}
 | 
						|
 | 
						|
.tooltip-arrow {
 | 
						|
  position: absolute;
 | 
						|
  width: 0;
 | 
						|
  height: 0;
 | 
						|
  border-color: transparent;
 | 
						|
  border-style: solid;
 | 
						|
}
 | 
						|
 | 
						|
.tooltip.top .tooltip-arrow {
 | 
						|
  bottom: 0;
 | 
						|
  left: 50%;
 | 
						|
  margin-left: -5px;
 | 
						|
  border-top-color: #000;
 | 
						|
  border-width: 5px 5px 0;
 | 
						|
}
 | 
						|
 | 
						|
.tooltip.top-left .tooltip-arrow {
 | 
						|
  bottom: 0;
 | 
						|
  left: 5px;
 | 
						|
  border-top-color: #000;
 | 
						|
  border-width: 5px 5px 0;
 | 
						|
}
 | 
						|
 | 
						|
.tooltip.top-right .tooltip-arrow {
 | 
						|
  right: 5px;
 | 
						|
  bottom: 0;
 | 
						|
  border-top-color: #000;
 | 
						|
  border-width: 5px 5px 0;
 | 
						|
}
 | 
						|
 | 
						|
.tooltip.right .tooltip-arrow {
 | 
						|
  top: 50%;
 | 
						|
  left: 0;
 | 
						|
  margin-top: -5px;
 | 
						|
  border-right-color: #000;
 | 
						|
  border-width: 5px 5px 5px 0;
 | 
						|
}
 | 
						|
 | 
						|
.tooltip.left .tooltip-arrow {
 | 
						|
  top: 50%;
 | 
						|
  right: 0;
 | 
						|
  margin-top: -5px;
 | 
						|
  border-left-color: #000;
 | 
						|
  border-width: 5px 0 5px 5px;
 | 
						|
}
 | 
						|
 | 
						|
.tooltip.bottom .tooltip-arrow {
 | 
						|
  top: 0;
 | 
						|
  left: 50%;
 | 
						|
  margin-left: -5px;
 | 
						|
  border-bottom-color: #000;
 | 
						|
  border-width: 0 5px 5px;
 | 
						|
}
 | 
						|
 | 
						|
.tooltip.bottom-left .tooltip-arrow {
 | 
						|
  top: 0;
 | 
						|
  left: 5px;
 | 
						|
  border-bottom-color: #000;
 | 
						|
  border-width: 0 5px 5px;
 | 
						|
}
 | 
						|
 | 
						|
.tooltip.bottom-right .tooltip-arrow {
 | 
						|
  top: 0;
 | 
						|
  right: 5px;
 | 
						|
  border-bottom-color: #000;
 | 
						|
  border-width: 0 5px 5px;
 | 
						|
}
 |