mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 02:40:14 +01:00
feat(header): add toggle sidebar icon
This commit is contained in:
parent
6660118ba3
commit
6b1ee20516
3 changed files with 15 additions and 1 deletions
|
|
@ -41,5 +41,15 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.toggle-layout /deep/ a {
|
||||
text-decoration: none;
|
||||
line-height: 1;
|
||||
|
||||
i {
|
||||
color: nb-theme(toggle-layout-color);
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue