File diff e33121c7dc54 → 32c2469b99f4
static/bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss
Show inline comments
 
new file 100644
 
// Typography
 

	
 
// [converter] $parent hack
 
@mixin text-emphasis-variant($parent, $color) {
 
  #{$parent} {
 
    color: $color;
 
  }
 
  a#{$parent}:hover,
 
  a#{$parent}:focus {
 
    color: darken($color, 10%);
 
  }
 
}