AdminLTE/build/scss/_navs.scss

14 lines
168 B
SCSS
Raw Normal View History

2015-10-31 21:00:16 +00:00
/*
* Component: Nav
* --------------
*/
2018-04-14 23:33:53 +00:00
.nav-pills {
.nav-link {
color: $gray-600;
&:not(.active):hover {
color: theme-color("primary")
}
}
}