1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-08 01:27:57 +03:00
gitea/public/ng/less/ui/bread.less

18 lines
241 B
Plaintext
Raw Normal View History

2014-07-26 08:24:27 +04:00
@import "var";
.breads {
.bread {
&:after {
content: "/";
font-weight: bold;
margin: 0 4px 0 7px;
color:@breadColor;
}
}
.bread:last-child {
&:after {
content: "";
margin: 0;
}
}
}