mirror of
https://github.com/itflow-org/itflow
synced 2026-09-23 07:01:16 +00:00
First commit
This commit is contained in:
11
vendor/bootstrap/scss/mixins/_badge.scss
vendored
Normal file
11
vendor/bootstrap/scss/mixins/_badge.scss
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
@mixin badge-variant($bg) {
|
||||
color: color-yiq($bg);
|
||||
background-color: $bg;
|
||||
|
||||
@at-root a#{&} {
|
||||
@include hover-focus {
|
||||
color: color-yiq($bg);
|
||||
background-color: darken($bg, 10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user