index.less 269 字节
Newer Older
陈文彬 已提交
1 2 3 4 5
@import '../color.less';
@import 'easing';
@import 'breakpoint';

// tabs
V
vben 已提交
6
@multiple-height: 30px;
陈文彬 已提交
7 8

// headers
V
vben 已提交
9
@header-height: 48px;
陈文彬 已提交
10 11

// logo width
V
vben 已提交
12
@logo-width: 36px;
陈文彬 已提交
13 14

//
V
vben 已提交
15
@side-drag-z-index: 200;
V
vben 已提交
16

陈文彬 已提交
17 18 19
@page-loading-z-index: 10000;

// left-menu
V
vben 已提交
20
@app-menu-item-height: 42px;