mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 16:50:00 +02:00
Rename .tag to .badge to avoid conflicting with WordPress
This commit is contained in:
11
scss/mixins/_badge.scss
Normal file
11
scss/mixins/_badge.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
// Tags
|
||||
|
||||
@mixin badge-variant($color) {
|
||||
background-color: $color;
|
||||
|
||||
&[href] {
|
||||
@include hover-focus {
|
||||
background-color: darken($color, 10%);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user