
- refactor: Remove old SCSS variables - refactor: Breadcrumb Menu styles - fix: External links issue - fix: Mobile sidebar-nav height issue
13 lines
230 B
SCSS
Executable File
13 lines
230 B
SCSS
Executable File
@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%);
|
|
}
|
|
}
|
|
}
|