feat(header): add toggle sidebar icon

This commit is contained in:
tibing 2017-08-30 17:22:05 +03:00
parent 6660118ba3
commit 6b1ee20516
3 changed files with 15 additions and 1 deletions

View file

@ -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;
}
}
}