2015-02-11 09:22:56 +01:00
|
|
|
// Responsive utilities
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// More easily include all the states for responsive-utilities.less.
|
|
|
|
|
.responsive-visibility() {
|
|
|
|
|
display: block !important;
|
2016-04-15 14:57:34 +02:00
|
|
|
table& { display: table !important; }
|
2015-02-11 09:22:56 +01:00
|
|
|
tr& { display: table-row !important; }
|
|
|
|
|
th&,
|
|
|
|
|
td& { display: table-cell !important; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.responsive-invisibility() {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|