2015-02-01 21:25:09 +00:00
|
|
|
// Responsive utilities
|
|
|
|
|
|
|
|
//
|
|
|
|
// More easily include all the states for responsive-utilities.less.
|
|
|
|
.responsive-visibility() {
|
|
|
|
display: block !important;
|
2015-09-19 18:05:54 +00:00
|
|
|
table& {
|
2015-09-23 06:43:22 +00:00
|
|
|
display: table !important;
|
2015-09-19 18:05:54 +00:00
|
|
|
}
|
|
|
|
tr& {
|
|
|
|
display: table-row !important;
|
|
|
|
}
|
2015-02-01 21:25:09 +00:00
|
|
|
th&,
|
2015-09-19 18:05:54 +00:00
|
|
|
td& {
|
|
|
|
display: table-cell !important;
|
|
|
|
}
|
2015-02-01 21:25:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.responsive-invisibility() {
|
|
|
|
display: none !important;
|
|
|
|
}
|