公告板
版本库
filestore
活动
搜索
登录
main
/
25-005Project
越南英科
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
越南二期初次提交
严智鑫
2025-11-13
945bc394f40d8af1072a53da9a94f24207124e6d
[25-005Project.git]
/
src
/
main
/
webapp
/
static
/
AdminLTE
/
bower_components
/
bootstrap
/
less
/
mixins
/
nav-vertical-align.less
1
2
3
4
5
6
7
8
9
// Navbar vertical align
//
// Vertically center elements in the navbar.
// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin.
.navbar-vertical-align(@element-height) {
margin-top: ((@navbar-height - @element-height) / 2);
margin-bottom: ((@navbar-height - @element-height) / 2);
}