Skip to content

Commit

Permalink
feat(badge): add styles for border cutout
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Mar 10, 2020
1 parent bc9b3a5 commit bd4ebe6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/default/scss/badge/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,10 @@
}
}


// Border cutout
.k-badge-border-cutout {
box-shadow: 0 0 0 2px $component-bg;
}

}

0 comments on commit bd4ebe6

Please sign in to comment.