diaspora/app/assets/stylesheets/new_styles/_navs.scss
2014-10-01 12:28:56 +02:00

15 lines
314 B
SCSS

.nav.nav-tabs{
li > a {
color: $text-dark-grey;
.entypo, .mentionIcon {
color: $text-dark-grey;
margin-right: 5px;
}
.mentionIcon { font-weight: 700; }
}
li.active > a {
background-color: $background-grey;
color: $black;
.entypo, .mentionIcon { color: $black; }
}
}