You are here

breadcrumb.css in Open Social 8.6

.breadcrumb > .active {
  color: #555555;
}@media (min-width: 900px) {
  .breadcrumbs {
    background-color: #fff;
  }
}

File

themes/socialblue/assets/css/breadcrumb.css
View source
  1. .breadcrumb > .active {
  2. color: #555555;
  3. }@media (min-width: 900px) {
  4. .breadcrumbs {
  5. background-color: #fff;
  6. }
  7. }