14 lines
168 B
SCSS
14 lines
168 B
SCSS
/*
|
|
* Component: Nav
|
|
* --------------
|
|
*/
|
|
.nav-pills {
|
|
.nav-link {
|
|
color: $gray-600;
|
|
|
|
&:not(.active):hover {
|
|
color: theme-color("primary")
|
|
}
|
|
}
|
|
}
|