diff options
Diffstat (limited to 'docs/style/badge.scss')
-rw-r--r-- | docs/style/badge.scss | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/style/badge.scss b/docs/style/badge.scss deleted file mode 100644 index 8082f6c7..00000000 --- a/docs/style/badge.scss +++ /dev/null @@ -1,18 +0,0 @@ -.badge { - color: #fff; - background-color: #6c757d; - display: inline-block; - padding: .25em .4em; - font-size: 75%; - font-weight: 1; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: 0.25rem; - - // Empty badges collapse automatically - &:empty { - display: none; - } -} |