[improvement] NoticeBar: add less vars

This commit is contained in:
陈嘉涵
2019-05-16 16:49:22 +08:00
parent 7d37091f00
commit 6fc31f27fa
2 changed files with 21 additions and 10 deletions
+11
View File
@@ -285,6 +285,17 @@
@nav-bar-title-font-size: 16px;
@nav-bar-title-text-color: @text-color;
// NoticeBar
@notice-bar-height: 40px;
@notice-bar-padding: 0 15px;
@notice-bar-wrapable-padding: 8px 15px;
@notice-bar-text-color: @orange-dark;
@notice-bar-font-size: 14px;
@notice-bar-line-height: 24px;
@notice-bar-background-color: @orange-light;
@notice-bar-icon-size: 16px;
@notice-bar-icon-min-width: 22px;
// Notify
@notify-padding: 6px 15px;
@notify-font-size: 14px;