Skip to content

Commit

Permalink
Merge pull request #363 from marcoscv-work/develop-compat-layer-bread…
Browse files Browse the repository at this point in the history
…crumb-vertical

Breadcrumb-horizontal dropped in clay to compact layer
  • Loading branch information
pat270 authored Aug 29, 2017
2 parents 39659f7 + c590a93 commit f75ddab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/scss/lexicon-base/compat/_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,20 @@
.breadcrumb > li + li:hover::before {
text-decoration: none;
}

.breadcrumb-vertical {
.breadcrumb-item {
display: block;
float: none;
max-width: none;
}

.breadcrumb-item:before,
.breadcrumb-item + .breadcrumb-item:before {
color: $gray-600;
content: normal;
float: none;
padding-left: 0;
padding-right: 0;
}
}

0 comments on commit f75ddab

Please sign in to comment.