2014-07-12 12:31:57 +02:00
|
|
|
// Responsive utilities
|
|
|
|
|
|
|
|
//
|
|
|
|
// More easily include all the states for responsive-utilities.less.
|
|
|
|
.responsive-visibility() {
|
|
|
|
display: block !important;
|
2015-07-21 18:45:40 +02:00
|
|
|
table& { display: table !important; }
|
2014-07-12 12:31:57 +02:00
|
|
|
tr& { display: table-row !important; }
|
|
|
|
th&,
|
|
|
|
td& { display: table-cell !important; }
|
|
|
|
}
|
|
|
|
|
|
|
|
.responsive-invisibility() {
|
|
|
|
display: none !important;
|
|
|
|
}
|