You are here

bp-quicklinks.min.css in Bootstrap Paragraphs 8.2

The Minified CSS file for Bootstrap Paragraphs Quicklinks module.

Minified from the CSS file of the same name.

File

modules/bp_quicklinks/css/bp-quicklinks.min.css
View source
  1. /**
  2. * @file
  3. * The Minified CSS file for Bootstrap Paragraphs Quicklinks module.
  4. *
  5. * Minified from the CSS file of the same name.
  6. */
  7. .quicklinks{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:space-around;list-style:none;margin:0;padding:0}.quicklinks .quicklink{margin-bottom:1rem;padding:3rem 2rem}.quicklinks .quicklink a{background:#f8f9fa;padding:3rem 2rem;transition:all .25s ease-in-out}.quicklinks .quicklink a:hover{background:#6c757d;transition:all .25s ease-in-out}