diff options
Diffstat (limited to 'src/_badge.scss')
| -rw-r--r-- | src/_badge.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/_badge.scss b/src/_badge.scss index 1076947..5913ea6 100644 --- a/src/_badge.scss +++ b/src/_badge.scss | |||
| @@ -19,3 +19,17 @@ | |||
| 19 | } | 19 | } |
| 20 | } | 20 | } |
| 21 | } | 21 | } |
| 22 | |||
| 23 | @mixin styles--dark { | ||
| 24 | .badge, a.badge { | ||
| 25 | &.badgeUpdate { | ||
| 26 | --background-color: #{props.get(core.$theme, --red, --400)}; | ||
| 27 | --color: #{props.get(core.$theme, --red, --400-text)}; | ||
| 28 | } | ||
| 29 | |||
| 30 | &.yellow { | ||
| 31 | --background-color: #{props.get(core.$theme, --yellow, --800)}; | ||
| 32 | --color: #{props.get(core.$theme, --yellow, --800-text)}; | ||
| 33 | } | ||
| 34 | } | ||
| 35 | } | ||
