bp-quicklinks.css in Bootstrap Paragraphs 8.2
The CSS file for Bootstrap Paragraphs Quicklinks module.
Compiled from the SCSS file of the same name.
File
modules/bp_quicklinks/css/bp-quicklinks.cssView source
- /**
- * @file
- * The CSS file for Bootstrap Paragraphs Quicklinks module.
- *
- * Compiled from the SCSS file of the same name.
- */
- .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 0.25s ease-in-out;
- }
- .quicklinks .quicklink a:hover {
- background: #6c757d;
- transition: all 0.25s ease-in-out;
- }