This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/public/ng/less/ui/bread.less
2014-07-26 00:24:27 -04:00

18 lines
241 B
Plaintext

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