diff options
| author | Mark Otto <[email protected]> | 2014-12-02 14:02:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-02 14:02:35 -0800 |
| commit | 27df020852ada46c85138c75736fbb4c4784eeeb (patch) | |
| tree | 8d0bf84e33d4823e67fbe2283e19d2ddc73f5dab /less/_breadcrumb.less | |
| parent | 6bd84210ffe766b18fd3cd11a5da4f5ee0d43ecc (diff) | |
| download | bootstrap-27df020852ada46c85138c75736fbb4c4784eeeb.tar.xz bootstrap-27df020852ada46c85138c75736fbb4c4784eeeb.zip | |
convert to scss
Diffstat (limited to 'less/_breadcrumb.less')
| -rw-r--r-- | less/_breadcrumb.less | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/less/_breadcrumb.less b/less/_breadcrumb.less deleted file mode 100644 index 4b68c87c2..000000000 --- a/less/_breadcrumb.less +++ /dev/null @@ -1,27 +0,0 @@ -// -// Breadcrumbs -// -------------------------------------------------- - - -.breadcrumb { - padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal; - margin-bottom: @line-height-computed; - list-style: none; - background-color: @breadcrumb-bg; - .border-radius(@border-radius-base); - - > li { - display: inline-block; - - + li:before { - content: "@{breadcrumb-divider}\00a0"; // Unicode space added since inline-block means non-collapsing white-space - padding-left: .5rem; - padding-right: .5rem; - color: @breadcrumb-divider-color; - } - } - - > .active { - color: @breadcrumb-active-color; - } -} |
