mirror of
https://github.com/bckelley/blueberry-pma-theme.git
synced 2026-08-24 03:04:11 -05:00
18 lines
180 B
SCSS
18 lines
180 B
SCSS
// Navs
|
|
|
|
.nav {
|
|
// code here
|
|
}
|
|
|
|
.nav-tabs {
|
|
background-color: $nav-tabs-bg;
|
|
}
|
|
|
|
.nav-pills {
|
|
.nav-link.active {
|
|
.icon {
|
|
filter: brightness(0) invert(0);
|
|
}
|
|
}
|
|
}
|