10 lines
193 B
Sass
10 lines
193 B
Sass
![]() |
=badge-variant($bg)
|
||
|
color: color-yiq($bg)
|
||
|
background-color: $bg
|
||
|
|
||
|
&[href]
|
||
|
+hover-focus
|
||
|
color: color-yiq($bg)
|
||
|
text-decoration: none
|
||
|
background-color: darken($bg, 10%)
|