mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-10-31 00:04:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			277 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			277 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| // Buttons
 | |
| //
 | |
| // Custom buttons for the docs.
 | |
| 
 | |
| .btn-bs {
 | |
|   font-weight: 500;
 | |
|   color: $bd-purple-bright;
 | |
|   border-color: $bd-purple-bright;
 | |
| 
 | |
|   &:hover,
 | |
|   &:focus,
 | |
|   &:active {
 | |
|     color: #fff;
 | |
|     background-color: $bd-purple-bright;
 | |
|     border-color: $bd-purple-bright;
 | |
|   }
 | |
| }
 |