14 lines
132 B
SCSS
14 lines
132 B
SCSS
//
|
|
// badge.scss
|
|
// Extended from Bootstrap
|
|
//
|
|
|
|
//
|
|
// Additional style for theme
|
|
//
|
|
a.badge{
|
|
&:hover{
|
|
color: $white;
|
|
}
|
|
}
|