]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/size.less
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / bootstrap-less / mixins / size.less
CommitLineData
31f18b77
FG
1// Sizing shortcuts
2
3.size(@width; @height) {
4 width: @width;
5 height: @height;
6}
7
8.square(@size) {
9 .size(@size; @size);
10}