authserver/testCAS/resources/assets/less/bootstrap/mixins/responsive-visibility.less
author durandn
Tue, 22 Sep 2015 15:42:42 +0200
changeset 162 b494186c9919
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Small css fixes: filters and delete buttons for AnnotationsList

// 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;
}