mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-23 13:40:20 -05:00
migrated to ASP.Net Core
This commit is contained in:
12
Webfront/Content/bootstrap/mixins/_badge.scss
Normal file
12
Webfront/Content/bootstrap/mixins/_badge.scss
Normal file
@ -0,0 +1,12 @@
|
||||
@mixin badge-variant($bg) {
|
||||
color: color-yiq($bg);
|
||||
background-color: $bg;
|
||||
|
||||
&[href] {
|
||||
@include hover-focus {
|
||||
color: color-yiq($bg);
|
||||
text-decoration: none;
|
||||
background-color: darken($bg, 10%);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user