mirror of https://github.com/ColorlibHQ/AdminLTE
feat: set nav-link to flex an nav-icon to flex + center aligned items
parent
60976ee5a4
commit
5601e80e0d
|
@ -86,6 +86,14 @@
|
|||
@include scrollbar-color-gray();
|
||||
@include scrollbar-width-thin();
|
||||
|
||||
.nav-link {
|
||||
display: flex;
|
||||
}
|
||||
.nav-icon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
// Sidebar Menu. First level links
|
||||
.sidebar-menu > .nav-item {
|
||||
&.menu-open {
|
||||
|
|
Loading…
Reference in New Issue