mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-09 08:48:58 +08:00
11 lines
273 B
Plaintext
11 lines
273 B
Plaintext
@import '../style/var.less';
|
|
|
|
@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: @font-size-lg;
|
|
@nav-bar-title-text-color: @text-color;
|
|
@nav-bar-z-index: 1;
|