Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / bootstrap-less / mixins / center-block.less
1 // Center-align a block level element
2
3 .center-block() {
4   display: block;
5   margin-left: auto;
6   margin-right: auto;
7 }