summaryrefslogtreecommitdiffstats
path: root/public/ng/less/ui/bread.less
blob: 9e96eb43b943dc24faa97981f3ae6ae7d66f1d4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import "var";

.breads {
  .bread {
    &:after {
      content: "/";
      font-weight: bold;
      margin: 0 4px 0 7px;
      color:@breadColor;
    }
  }
  .bread:last-child {
    &:after {
      content: "";
      margin: 0;
    }
  }
}