]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/responsive-visibility.less
update sources to v12.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / bootstrap-less / mixins / responsive-visibility.less
1 // Responsive utilities
2
3 //
4 // More easily include all the states for responsive-utilities.less.
5 .responsive-visibility() {
6 display: block !important;
7 table& {
8 display: table !important;
9 }
10 tr& {
11 display: table-row !important;
12 }
13 th&,
14 td& {
15 display: table-cell !important;
16 }
17 }
18
19 .responsive-invisibility() {
20 display: none !important;
21 }