breadcrumbs.css
Same filename in other branches
This file is used to style the breadcrumbs.
File
-
core/
profiles/ demo_umami/ themes/ umami/ css/ components/ navigation/ breadcrumbs/ breadcrumbs.css
View source
- /**
- * @file
- * This file is used to style the breadcrumbs.
- */
- .breadcrumb {
- padding: 0.79rem 1.266rem;
- }
- .breadcrumb li {
- display: inline-block;
- }
- /* Large */
- @media screen and (min-width: 60rem) { /* 960px */
- .breadcrumb {
- padding-right: 2.37rem;
- padding-left: 2.37rem;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.