Last change
on this file since 6c1585f was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago |
adding new components
|
-
Property mode
set to
100644
|
File size:
594 bytes
|
Line | |
---|
1 | //
|
---|
2 | // Breadcrumbs
|
---|
3 | // --------------------------------------------------
|
---|
4 |
|
---|
5 |
|
---|
6 | .breadcrumb {
|
---|
7 | padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal;
|
---|
8 | margin-bottom: @line-height-computed;
|
---|
9 | list-style: none;
|
---|
10 | background-color: @breadcrumb-bg;
|
---|
11 | border-radius: @border-radius-base;
|
---|
12 |
|
---|
13 | > li {
|
---|
14 | display: inline-block;
|
---|
15 |
|
---|
16 | + li:before {
|
---|
17 | padding: 0 5px;
|
---|
18 | color: @breadcrumb-color;
|
---|
19 | content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
|
---|
20 | }
|
---|
21 | }
|
---|
22 |
|
---|
23 | > .active {
|
---|
24 | color: @breadcrumb-active-color;
|
---|
25 | }
|
---|
26 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.