File diff 6aba25b7ee39 → fdc2503fcfc3
static/bootstrap/stylesheets/bootstrap/mixins/_labels.scss
Show inline comments
 
new file 100644
 
// Labels
 

	
 
@mixin label-variant($color) {
 
  background-color: $color;
 

	
 
  &[href] {
 
    &:hover,
 
    &:focus {
 
      background-color: darken($color, 10%);
 
    }
 
  }
 
}