.mdl-badge {
  &.no-value {
    margin-right: 0;
    &::after {
      display: none;
    }
  }
  &.mdl-badge--link {
    color: currentcolor;
  }
}
