[improvement] NavBar: support custom theme (#2570)

This commit is contained in:
neverland
2019-01-20 13:44:14 +08:00
committed by GitHub
parent 8bc8e99f74
commit 6e9a097ded
2 changed files with 17 additions and 7 deletions
+9
View File
@@ -74,6 +74,15 @@
@list-text-font-size: 13px;
@list-text-line-height: 50px;
// NavBar
@nav-bar-height: 46px;
@nav-bar-background-color: @white;
@nav-bar-arrow-size: 16px;
@nav-bar-icon-color: @blue;
@nav-bar-text-color: @blue;
@nav-bar-title-font-size: 16px;
@nav-bar-title-text-color: @text-color;
// Notify
@notify-padding: 6px 15px;
@notify-font-size: 14px;