0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-15 01:18:30 +00:00
healthchecks_healthchecks/stuff/bootstrap/mixins/responsive-visibility.less
Pēteris Caune f9caa5ecef Styling
2015-07-01 21:51:42 +03:00

15 lines
354 B
Text
Executable file

// Responsive utilities
//
// More easily include all the states for responsive-utilities.less.
.responsive-visibility() {
display: block !important;
table& { display: table !important; }
tr& { display: table-row !important; }
th&,
td& { display: table-cell !important; }
}
.responsive-invisibility() {
display: none !important;
}