AdminLTE/build/scss/_navs.scss

14 lines
168 B
SCSS

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