mirror of
https://github.com/tabler/tabler.git
synced 2026-08-23 03:14:23 +04:00
topnav refactoring
This commit is contained in:
+12
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user