topnav refactoring

This commit is contained in:
codecalm
2019-10-27 13:09:59 +01:00
parent 4fb196579f
commit 704f3653dd
68 changed files with 607 additions and 747 deletions
+12 -1
View File
@@ -1,4 +1,3 @@
.nav-tabs {
.icon {
color: $text-muted;
@@ -39,3 +38,15 @@
text-transform: uppercase;
}
}
.nav-icon {
font-size: 1rem;
line-height: 1;
margin-right: .25rem;
}
.nav-link {
display: flex;
align-items: center;
transition: .3s color;
}