All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.bootstrap.less.mixins.responsive-visibility.less Maven / Gradle / Ivy

There is a newer version: 0.66.0.1
Show newest version
// 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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy