AdminLTE/build/scss/_navs.scss

14 lines
168 B
SCSS
Raw Normal View History

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