Logo white

Alexey Boroda / uamap_old

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • uamap_old
  • ..
  • mixins
  • _labels.scss
  • first commit
    d1f8bd40
    Alexey Boroda authored
    2018-11-15 15:19:23 +0200  
    Browse Code ยป
_labels.scss 203 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
// Labels

@mixin label-variant($color) {
  background-color: $color;
  font-size: 16px;
  color: #5188b2;
  &[href] {
    &:hover,
    &:focus {
      background-color: darken($color, 10%);
    }
  }
}