apollodec/Apollo/master/sass/vendor/_tree.scss
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +05:30

32 lines
721 B
SCSS
Executable File

/* ---------------------------------------------------------------------- */
/* Tree
/* ---------------------------------------------------------------------- */
.box-tree {
.nav {
> li {
> a {
color: $text-color;
font-size: $font-size-normal;
&:hover, &:focus {
color: $text-dark;
}
i {
color: $primary;
}
}
&.active {
> a, > a:hover, a:focus {
color: $white;
i {
color: $white;
}
}
}
}
}
}