.hide-for-landscape,
.show-for-portrait { display: none !important; }
- /* Specific visilbity for tables */
+ /* Specific visibility for tables */
table {
&.show-for-landscape,
&.hide-for-portrait { display: table; }
.hide-for-portrait,
.show-for-landscape { display: none !important; }
- /* Specific visilbity for tables */
+ /* Specific visibility for tables */
table {
&.show-for-portrait,
&.hide-for-landscape { display: table; }
.touch .show-for-touch { display: inherit !important; }
.touch .hide-for-touch { display: none !important; }
- /* Specific visilbity for tables */
+ /* Specific visibility for tables */
table.hide-for-touch { display: table; }
.touch table.show-for-touch { display: table; }
thead.hide-for-touch { display: table-header-group !important; }
th.hide-for-touch { display: table-cell !important; }
.touch th.show-for-touch { display: table-cell !important; }
-}
\ No newline at end of file
+}