Logo white

BJ_web_developers / webportal

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • webportal
  • sass
  • bootstrap
  • mixins
  • _labels.scss
  • init website
    4569bbd1
    liuqimichale authored
    2018-09-19 10:40:39 +0800  
    Browse Code ยป
_labels.scss 167 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
// Labels

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

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