| |
| |
| |
| |
| |
| .breadcrumb { |
| padding: 8px 15px; |
| margin-bottom: $line-height-computed; |
| list-style: none; |
| background-color: $breadcrumb-bg; |
| border-radius: $border-radius-base; |
| > li { |
| display: inline-block; |
| &+li:before { |
| content: "/\00a0"; |
| padding: 0 5px; |
| color: $breadcrumb-color; |
| } |
| } |
| > .active { |
| color: $breadcrumb-active-color; |
| } |
| } |