mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
[improvement] Tabbar: add less vars (#3124)
This commit is contained in:
@@ -210,6 +210,18 @@
|
||||
@tabs-line-height: 44px;
|
||||
@tabs-card-height: 30px;
|
||||
|
||||
// Tabbar
|
||||
@tabbar-height: 50px;
|
||||
@tabbar-background-color: @white;
|
||||
|
||||
// TabbarItem
|
||||
@tabbar-item-font-size: 12px;
|
||||
@tabbar-item-text-color: @gray-darker;
|
||||
@tabbar-item-active-color: @blue;
|
||||
@tabbar-item-line-height: 1;
|
||||
@tabbar-item-icon-size: 18px;
|
||||
@tabbar-item-margin-bottom: 5px;
|
||||
|
||||
// Tag
|
||||
@tag-padding: .2em .5em;
|
||||
@tag-font-size: 10px;
|
||||
|
Reference in New Issue
Block a user