authserver/testCAS/resources/assets/less/bootstrap/mixins/responsive-visibility.less
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/authserver/testCAS/resources/assets/less/bootstrap/mixins/responsive-visibility.less Wed Apr 01 15:31:12 2015 +0200
@@ -0,0 +1,15 @@
+// Responsive utilities
+
+//
+// More easily include all the states for responsive-utilities.less.
+.responsive-visibility() {
+ display: block !important;
+ table& { display: table; }
+ tr& { display: table-row !important; }
+ th&,
+ td& { display: table-cell !important; }
+}
+
+.responsive-invisibility() {
+ display: none !important;
+}