]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/nav-divider.less
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / bootstrap-less / mixins / nav-divider.less
CommitLineData
31f18b77
FG
1// Horizontal dividers
2//
3// Dividers (basically an hr) within dropdowns and nav lists
4
5.nav-divider(@color: #e5e5e5) {
6 height: 1px;
7 margin: ((@line-height-computed / 2) - 1) 0;
8 overflow: hidden;
9 background-color: @color;
10}