You are here

isotope.css in Isotope (with Masonry and Packery) 8

Same filename and directory in other branches
  1. 7 css/isotope.css

Minimal CSS that applies to every probable implementation.

File

css/isotope.css
View source
  1. /**
  2. * @file
  3. * Minimal CSS that applies to every probable implementation.
  4. */
  5. /* Hide elements that are only for JS. */
  6. .js-isotope-element .js-sort-data,
  7. .js-isotope-grid-sizer,
  8. .js-isotope-gutter-sizer {
  9. display: none;
  10. }
  11. /* clear fix */
  12. .js-isotope-grid:after {
  13. content: '';
  14. display: block;
  15. clear: both;
  16. }